From: Matthew Flatt (mflatt at cs.utah.edu) Date: Mon Mar 23 15:08:35 EDT 2009 |
|
At Sun, 22 Mar 2009 23:55:03 +0100, "Marijn Schouten (hkBst)" wrote: > plt-scheme-4.1.[0-5] fails to compile with -O3 but not with -O2. For gcc 4.0.1 on Mac OS X, at least, the problem seems to be inlining of some stack-mangling functions that are used to implement continuations and threads. I've committed changes that use the `noinline' attribute to avoid inlining.
Posted on the users mailing list. |
|