This is the mail archive of the java-patches@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: FYI: Faster AccessController stack decoder


Tom Tromey wrote:
> >>>>> "Gary" == Gary Benson <gbenson@redhat.com> writes:
>
> Gary> This commit adds a custom stack decoder that mirrors this
> Gary> logic such that only the frames which are used will be
> Gary> decoded.  I've been using Tomcat as a benchmark, and this
> Gary> commit improves our performance from 1800 to 2100 requests
> Gary> per second.
> 
> Nice job.

Thank you.

> Gary> Sadly this is nowhere near the 5800 we do without a security
> Gary> manager :/
> 
> Bleah.

Indeed.  I have a couple of other things that might speed it up,
but not by loads since the majority of the performance hit is in
the unwinder.

Cheers,
Gary


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