This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: [Gc] PRINT_STATS kind, and free_space_divisor
- From: "Jeroen Frijters" <jeroen at sumatra dot nl>
- To: "Boehm, Hans" <hans dot boehm at hp dot com>,"Rutger Ovidius" <r_ovidius at eml dot cc>
- Cc: <gc at napali dot hpl dot hp dot com>,<java at gcc dot gnu dot org>
- Date: Wed, 24 Nov 2004 09:39:45 +0100
- Subject: RE: [Gc] PRINT_STATS kind, and free_space_divisor
Boehm, Hans wrote:
> Re: new regions.
> Unfortunately, it's hard to figure out what those are. They have
> type MEM_PRIVATE. It would be wonderful if we could discard those
> as well, and trace only from MEM_IMAGE sections. I'm pretty sure
> that dll initialized data is mapped as MEM_IMAGE. Does anyone
> know how win32 handles uninitialized data?
Uninitialized data is MEM_IMAGE as well.
Regards,
Jeroen