[flexcoders] Re: if (foo)

2010-01-19 Thread Amy
--- In flexcoders@yahoogroups.com, ag_rcuren robert.vancuren...@... wrote: I once ran some tests to test this. What I found is that checking against null is much faster. Sorry I do not have the test code around anymore but it would be very simple to build again. My guess as to why is

[flexcoders] Re: if (foo)

2010-01-18 Thread ag_rcuren
I once ran some tests to test this. What I found is that checking against null is much faster. Sorry I do not have the test code around anymore but it would be very simple to build again. My guess as to why is that if (foo) is implicit and the conditional could be met by a couple things. if