This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: GC statistics (was Re: big project ported)



Jeff wrote:
> Yes.  That's what I'm finding out too.  My code is greatly affected by
> the frequency of allocation, not the overall size.

Can you build a statically linked version of your app?  One bad thing
right now is that there are a lot of calls between libgcj.so and
libgcjgc.so during gc.  Calls across shared library boundaries are
slow.

Eventually we will have to move the java specific marking into the
gc's inner-loop, but I'm curious about the real cost of the shared
library calls.

AG

-- 
Anthony Green                                               Cygnus Solutions
                                                       Sunnyvale, California

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