[EMAIL PROTECTED] (Ludovic Courtès) writes:
>
> But still, that doesn't explain why the stack overflows when using `-l'
> and why everything's fine when loading the test from the REPL.

gdb might show where the stack is being used up, trap on
scm_report_stack_overflow I think.

When I looked it was scm_ceval (or whatever it's called).  That's the
innermost recursion is it?  Maybe someone smart could review to see if
it can be reduced, for the commonest usages.


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to