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: pgpZRice3ydGf.pgp
Description: PGP signature

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

Reply via email to