heh, the docs are wrong then.  i was going to post inline-limit to inline, but
according to the pdf, inline-limit only applies if inline is also given.

-elf

On Thu, 13 Sep 2007, felix winkelmann wrote:

On 9/12/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> 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 ...

-inline-limit implies -inline.


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

Compile with "-debug oi": it should list inlinable procedures.


cheers,
felix


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users



_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to