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: Thu, 13 Sep 2007 00:10:42 -0700 (PDT)


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, address@hidden
<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 ...

-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
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-users





reply via email to

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