On 6/27/14, 11:55 AM, Fitzgerald, Nick wrote:
I don't know if it is optimized by SpiderMonkey as well, but in the
debugger we have

|exports.dbg_assert =function  dbg_assert(cond, e) {|

This requires evaluation of "cond" and "e" on the caller side, unfortunately. That can't be optimized away.

-Boris
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to