This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: robustness vs. conservative GC
> If you have specific experience [compilers messing up
> conservative GC] in deployed systems,
> I'd be interested in hearing about that.
Bug fixes have been added to Systas Scheme, and if I recall correctly,
Guile and SCM Scheme, to fix instantces of this problem caused when
compiling with GCC, without any optimization flags.
I don't think there's anything special about those interpreters:
what would prevent similar bugs from biting GCC or various Java
implementations?
These bugs aren't easy to test for, and might easily be ignored as
random, irreproducable failures.
-t