This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: thoughts on new reflection data
- From: Andrew Haley <aph at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: GCJ Hackers <java at gcc dot gnu dot org>
- Date: Thu, 29 Jun 2006 20:08:09 +0100
- Subject: Re: thoughts on new reflection data
- References: <m3y7vfhnhz.fsf@localhost.localdomain>
Tom Tromey writes:
> Please comment on this.
Well, it seems to me like you've thought about it quite carefully.
The idea of encoding this stuff in the binary using a simple
pointer-free format and lazily reading it is a strong one.
Andrew.