I'm curious about what the most agressive compilation options people have gotten awhile with when compiling the PHP source.
I'm using command line Visual C/C++, and want to use this:
cl /O2 /G6 /arch
I have a P2-400 laptop and some PHP scripts that push it very hard. I'm hoping that an agressively-compiled version will eake a few percentage points of performance out.