Does anyone know if the Actionscript Virtual Machine JIT compiler removes calls 
to functions with empty body?  The reason for asking this is that I am using 
assert calls in my code a lot, and I plan to comment out the assert function 
body in release build so it becomes a no-op.  Will the code still incur the 
cost of invoking the assert function even though it's empty?
 
- boon


      

Reply via email to