gecko-dev/js
Jim Blandy 11cf86d3c8 Bug 852773: Remove assertions that make us horribly slow when debugging JS in a DEBUG build. r=jandem
When running JS code under the JS debugger in a DEBUG build,
Debugger::slowPathOnEnterFrame constructs a ScriptFrameIter instance every
time we enter a function. That constructor calls (JaegerMonkey's)
ExpandAllInlineFrames, which is very expensive.

We need Debugger to work in DEBUG builds, too.
2013-03-21 17:03:34 -07:00
..
ductwork/debugger Bug 852534 - Remove GRE_MODULE from Makefile.in; r=gps 2013-03-21 08:41:00 -07:00
examples Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
ipc Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps 2013-03-19 11:47:00 -07:00
jsd Bug 844654 - Part 3: Remove now empty Makefile.in files; rs=khuey 2013-03-19 18:49:07 -07:00
public Bug 781070 - make NullPtr public r=terrence 2013-03-20 10:41:20 +00:00
src Bug 852773: Remove assertions that make us horribly slow when debugging JS in a DEBUG build. r=jandem 2013-03-21 17:03:34 -07:00
xpconnect Bug 828462 - Root Proxy/Wrapper in the browser. r=terrence,bz 2013-03-21 23:23:48 +01:00