This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: gcj mingw32 and java memory footprint.
- From: Jeff Sturm <jsturm at one-point dot com>
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Cc: "'Norbert Frese '" <norbertf at gmx dot net>, "'java at gcc dot gnu dot org '" <java at gcc dot gnu dot org>
- Date: Tue, 18 Feb 2003 22:09:06 -0500 (EST)
- Subject: RE: gcj mingw32 and java memory footprint.
On Mon, 17 Feb 2003, Boehm, Hans wrote:
> - I think someone was working on explicitly letting the GC know about
> statically allocated pointer variables, so it no longer has to scan
> static data segments. This allows the collector to operate with the
> same performance and a smaller heap.
Are you talking about http://gcc.gnu.org/ml/java/2002-06/msg00252.html?
I'd still be interested in seeing something like this for gcj, but got
zero feedback from the list the last time I mentioned it.
Jeff