This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Patch: trivial optimizations
- To: green at cygnus dot com
- Subject: Re: Patch: trivial optimizations
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Sat, 8 Apr 2000 16:50:41 -0700 (PDT)
- Cc: java-patches at sourceware dot cygnus dot com
- References: <200004082345.QAA06242@hoser.cygnus.com>
Anthony> Here are four simple optimizations I discovered by profiling
Anthony> MakeMimeType.
Yay, check these in.
Anthony> The Vector and StringTokenizer changes are essentially manual
Anthony> inlines. As horrible as this sounds, I think the changes are
Anthony> relatively easy to swallow.
If we made VectorEnumeration a final class, would gcj automatically
inline the function call there?
Tom