This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: a .NET alternative (GJC et al)
>>>>> "Tom" == Tom Lord <lord@regexps.com> writes:
[ precise GC ]
Tom> That's one approach. Implementing it entirely outside of the
Tom> compiler is another. Some of the reasons I like the idea of
Tom> doing it outside the compiler are that will be more widely
Tom> useful, simpler, and less of a maintenance burdon on the future.
I assume you mean doing it by hand in the source code.
That's fine for C and C++. I don't see how it can work for Java.
For compiled Java, compiler support is required.
Tom