On 23/02/2012 03:29, Alex Harui wrote:
On 2/22/12 7:18 AM, "Martin Heidegger"<m...@leichtgewicht.at>  wrote:

Also another thing is that

if(a == null) is slower than if(a) .... at least compiled with mxmlc.
Did you try if(a === null)
IIRC, there are lots of things going on when you use "==".
I created the test [1] again and it seems like there was some improvement in a later version (god knows which).
Now the performance is pretty much same.

yours
Martin.

[1] http://wonderfl.net/c/w4Ai


Reply via email to