chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] inlining


From: Sven . Hartrumpf
Subject: [Chicken-users] inlining
Date: Wed, 12 Sep 2007 16:26:32 +0200 (CEST)

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

Attachment: pgp4CjvmZw1B9.pgp
Description: PGP signature


reply via email to

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