[EMAIL PROTECTED] (Ludovic Courtès) writes: > The following patch makes `scm_is_pair ()' an inline [...]
I just put scm_is_pair into inline.h, using our existing inlining machinery that should be portable enough. Ok? > I'm not sure that's the only reason, but I'm now unable to compile Guile > with `-O0': when doing so, I get a "stack overflow" error when trying to > run the REPL. This happens to me with and without scm_is_pair being an inline. Our default stack limit just seems to be too tight. We could arbitarily raise it from 20000 to, say, 30000. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel