This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Indirect dispatch without interpreter?
- From: Jeff Sturm <jsturm at one-point dot com>
- To: bryce at waitaki dot otago dot ac dot nz
- Cc: java at gcc dot gnu dot org
- Date: Tue, 18 Dec 2001 16:34:28 -0500 (EST)
- Subject: Indirect dispatch without interpreter?
This patch breaks my sparc-solaris build:
2001-12-15 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
...
(_Jv_MakeVTable): New function.
_Jv_MakeVTable needs _Jv_BuildGCDescr, which is ifdef'ed out. Does
_Jv_BuildGCDescr need to be compiled unconditionally now, or will
_Jv_MakeVTable ever be called without an interpreter? (I'm guessing the
former, since as I understand it the point of flag_indirect_dispatch is
to construct all vtables at runtime.)
Jeff