This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: class metadata (was Re: GCJ information)
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> Seriously, I'm sketching out an idea, but it clearly needs quite
Per> a bit more detail work.
One more thing while we're talking about changing class layout and
representation: we need a way to associate some data with a given
method on a per-interpreter basis. This would clean up some of the
mess we currently have; see _Jv_MethodBase, _Jv_InterpMethod and
_Jv_JNIMethod. Also this would be helpful when integrating ORP.
Tom