On 10/6/05, Raffael Cavallaro <[EMAIL PROTECTED]> wrote:
> Having now understood the docs on importing symbols at the toplevel
> (I hope!) I've noticed that running the exact same program with
> simple-macros present represents a factor of 2 slowdown:
>

The expansion of macros and module forms does influence possible
optimizations of the compiler. What optimization options have you used?
You can also try to compile the code with "-debug o"  with and without
simple macros.
Can you send me the code for fib-iter?


cheers,
felix


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to