chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] inlining


From: felix winkelmann
Subject: Re: [Chicken-users] inlining
Date: Thu, 13 Sep 2007 08:11:10 +0200

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




reply via email to

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