This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: New gcj option --no-store-check
- From: Tom Tromey <tromey at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>, java at gcc dot gnu dot org
- Date: 28 Feb 2002 17:35:34 -0700
- Subject: Re: New gcj option --no-store-check
- References: <Pine.LNX.4.10.10202281852380.30889-100000@mars.deadcafe.org>
- Reply-to: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> I'd say this merits a news item, does anyone agree?
Definitely.
Jeff> I tried it on my interpreter benchmark, and got around a 5%
Jeff> boost on code that's usually dominated by GC time.
Nice. Hopefully the AST branch work will eventually give us some of
this gain without sacrificing safety.
Jeff> Also, will this go into 3.1?
I saw it committed to the branch.
Tom