This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
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