This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: documentation for boehm-gc tuning/profiling?
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: Sat, 22 Dec 2001 09:20:14 -0500 (EST)
- Subject: Re: documentation for boehm-gc tuning/profiling?
On 22 Dec 2001, Adam Megacz wrote:
> So things are going pretty well with my win32 port of xwt, except that
> allocating new objects seems to be incredibly time-consuming -- up to
> (I'm guessing) around 200ms just to concatenate two strings. It seems
> to take longer the larger the heap is.
That's odd. Build libgcjgc without -DSILENT to see what is happening.
Jeff