Hotspot Win32 compiler1 build with Visual Studio 6 currently uses /Ox /Os - "full optimization with minimal space usage". It looks like with Visual Studio .NET 2003 that /O2 - "maximize speed" may yield a better performing VM.
Modify the Hotspot compiler1 build to build with /O2 if it's building under VC7.
See also comments.
###@###.### 2005-2-09 16:26:27 GMT
Modify the Hotspot compiler1 build to build with /O2 if it's building under VC7.
See also comments.
###@###.### 2005-2-09 16:26:27 GMT