This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

Re: status of gcj's boehm collector?



Jeff Sturm <jsturm@one-point.com> writes:
> brief, there was really no benefit other than shorter pause times;

Yeah, but that would be a huge win for me. My project (www.xwt.org)
provides rich user interfaces for XML-RPC/SOAP web services. Latency
is paramount, throughput relitavely unimportant (I don't ask much of
the CPU).

Does anybody know any other tricks for reducing pause times? I guess
"create less objects" is one answer, and I'm going to try that...

  - a


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