On 06/27/2014 09:02 AM, Boris Zbarsky wrote:
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,
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.
On 6/27/14, 8:49 AM, Jason Orendorff wrote:
On 06/26/2014 06:59 AM, David Rajchenbach-Teller wrote:
I would be interested in adding boundary checks and invariant checks
that could be eliminated in opt builds. Is this in the scope of your
project?
No, I don't think so. S2S could certainly do i
On 06/26/2014 06:59 AM, David Rajchenbach-Teller wrote:
I would be interested in adding boundary checks and invariant checks
that could be eliminated in opt builds. Is this in the scope of your
project?
No, I don't think so. S2S could certainly do it, but you wouldn't want
to use S2S on all b
4 matches
Mail list logo