This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [BC] Patch: FYI: no more COMPACT_FIELDS


Tom Tromey wrote:

We've never used the COMPACT_FIELDS code.  I am getting rid of it.  If
someone needs it, they can resurrect it easily enough.

I think I put this in, as a sketch of some changes we might try to compact and un-relocate the reflection stuff. (By "un-relocate" I refer to the goal of mimizing the need for the dynamic linker to perform relocations. Idealy, most of the metadata should be in shared readonly memory until the class is initialized.)

If people have a better plan, so much the better.  What was there
certainly wasn't enough even to be suggestive.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]