If you grab the latest version of Java 6 you'll notice that there is a new version of the Client compiler! Since Client is the default compiler for all 32bit platforms, this effects all users of Java! What's new with the Client compiler? Well how about this:
- Linear Scan Allocator - Faster register allocations, with less spills to memory
- SSE/SSE2 support
- Static single assignment form
If you are running Java 6 builds, upgrade to the latest B59! If you're not running Java 6, give it shot!
