Does anyone know the best set of optimizations for "small" code on Win32. 
 
I tried "full optimization", "assume no aliasing", "inline where suitable" and (of course) the code gets a memory fault.
 
Then I tried backing off a bit and turned "assume aliasing across function calls", butr it was still no good.
 
Before I try every combination under the sun (on my sluggish 350 mhz), I was wondering if anyone else tried this.
 
                                        - Erik A.

Reply via email to