View Single Post
Old 04 July 2010, 10:20   #38
absence
Registered User
 
Join Date: Mar 2009
Location: moon
Posts: 373
This is actually similar to how .NET works if you choose to do ahead-of-time compilation during installation. While the optimiser probably has room for the improvements you suggest and others, it does whole program optimisation rather than per method, and the JIT is only invoked if necessary.
absence is offline  
 
Page generated in 0.04598 seconds with 11 queries