RE: [flexcoders] Does ASVM JIT compiler get rid of empty functions?

2008-08-15 Thread Gordon Smith
D] On Behalf Of Boon Chew Sent: Thursday, August 14, 2008 11:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Does ASVM JIT compiler get rid of empty functions? Does anyone know if the Actionscript Virtual Machine JIT compiler removes calls to functions with empty body? The reason for

[flexcoders] Does ASVM JIT compiler get rid of empty functions?

2008-08-14 Thread Boon Chew
  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