chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] inlining


From: Elf
Subject: Re: [Chicken-users] inlining
Date: Wed, 12 Sep 2007 11:46:19 -0700 (PDT)


what does the source file look like?

my understanding is that with usual-integrations (the default), a bunch of stuff is automatically inlined. depending on what youre declaring in the
source file, and depending on the size of things, perhaps these are the only
inlinable procedures.  or perhaps theres a (declare (inline)) in the source.

-elf

On Wed, 12 Sep 2007 address@hidden wrote:

Hi all.
Why do all the following commands produce identical binaries
(using chicken's svn version)?

1. csc -d0 -disable-interrupts -disable-stack-overflow-checks -feature srfi-1 
-inline -inline-limit 50 -no-lambda-info -no-trace -O3 -strip -unsafe -v2 ...

2. csc -d0 -disable-interrupts -disable-stack-overflow-checks -feature srfi-1 
-inline-limit 50 -no-lambda-info -no-trace -O3 -strip -unsafe -v2 ...

3. csc -d0 -disable-interrupts -disable-stack-overflow-checks -feature srfi-1 
-no-lambda-info -no-trace -O3 -strip -unsafe -v2 ...

I fear the answer is trivial - but I don't see it.
Sven





reply via email to

[Prev in Thread] Current Thread [Next in Thread]