This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: documentation for boehm-gc tuning/profiling? [more info]
Adam Megacz <gcj@lists.megacz.com> writes:
> Jeff Sturm <jsturm@one-point.com> writes:
> > 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.
Also, when I cause my app to engage in very minimal memory allocation
(say, five instantiations per second), sysmon.exe reports page faults
jumping from 0 pagefaults/sec (at rest) to 64 pagefaults/sec.
The number of locked non-cache pages also increases a bit.
- a