This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: overhead of reflection info
- From: Jeff Sturm <jsturm at one-point dot com>
- To: "Boehm, Hans" <hans dot boehm at hp dot com>
- Cc: "'Andrew Haley'" <aph at redhat dot com>, Tom Tromey <tromey at redhat dot com>, Adam Megacz <adam at megacz dot com>, <java at gcc dot gnu dot org>
- Date: Wed, 25 Feb 2004 16:18:16 -0500 (EST)
- Subject: RE: overhead of reflection info
On Wed, 25 Feb 2004, Boehm, Hans wrote:
> Are we talking about the same thing here? I think Tom and I were talking
> about instances of class Class, and things hanging from it. It would make sense to me
> that that's scanned conservatively (as part of the root set) for compiled
> classes.
Indeed, that's what I was thinking.
Sorry Andrew, I'm sure I was as clear as mud. :-/ (Hey, in how
many other languages are "class" and "Class" entirely different things?)
Jeff