From: es-discuss [mailto:[email protected]] On Behalf Of Filip Pizlo
> Now, some insight into why you might currently be seeing a performance > difference with or without the "if (debug)" statements: Also: because this function is not being run often enough to be marked as "hot" by the JITer, and so it sees no need to do such optimizations. _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

