Originally posted by bascule
While the HotSpot compiler doesn't (yet?) output x86-64 code, you should be able to build an x86-64 JRE (quite easily on FreeBSD through the ports collection) which should at least speed up the execution of the JRE itself. The JVM does an excellent job of SSE2 optimizations, so it could leverage that on the Opteron (although the Opteron's SSE2 implementation is supposedly mediocre)
Same here... seems like quite a bitch for the time being to get a complete native x86-64 system going...
Leave a comment: