This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: FYI: Faster AccessController stack decoder
- From: Tom Tromey <tromey at redhat dot com>
- To: Gary Benson <gbenson at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 09 Aug 2006 08:58:07 -0600
- Subject: Re: FYI: Faster AccessController stack decoder
- References: <20060809083834.GB23743@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Gary" == Gary Benson <gbenson@redhat.com> writes:
Gary> This commit adds a custom stack
Gary> decoder that mirrors this logic such that only the frames which are
Gary> used will be decoded. I've been using Tomcat as a benchmark, and this
Gary> commit improves our performance from 1800 to 2100 requests per
Gary> second.
Nice job.
Gary> Sadly this is nowhere near the 5800 we do without a security manager :/
Bleah.
Tom