??? 06/15/07 12:08 Read: times |
#140838 - optimization 1) and 2) Responding to: ???'s previous message |
1) the most efficient code that can be generated without 'sharing' should be the ultimate goal for any compiler. That 'optimization' should not even be called 'optimization, just stated as "our efficient compiler". for instance have you gotten rid of every function taking a jump to the end and back to the beginning?.
2) for those that do not care about debug version and production version being equal have a flag that makes code sharing take place (I would never use it) Erik |