This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Patch: New interface lookup, and inlining, Take 2
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: Patch: New interface lookup, and inlining, Take 2
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Tue, 15 Feb 2000 20:45:52 -0800 (PST)
- Cc: java-patches at sourceware dot cygnus dot com
- References: <38AA2075.85A1DFA1@albatross.co.nz>
Bryce> An added benefit is backwards compatibility with the current
Bryce> compiler - patched and unpatched compilers should continue to
Bryce> work with this code.
Bryce> I'm still waiting for the FSF to process my copyright
Bryce> assignment form for the compiler patches, but I think that this
Bryce> stuff can be committed now?
I'd really like to get this code in.
But doesn't changing the size of Class in libgcj but not in gcj cause
problems? It seems to me that the new code could overwrite whatever
happens to be just after gcj-generated Class objects.
Tom