[JAEGER] Visually identify OOL path in JaegerSpew asm; (576122, r=dvander).

This commit is contained in:
Sean Stangl
2010-07-01 12:21:30 -07:00
parent 2458599563
commit c714113988
4 changed files with 146 additions and 123 deletions

View File

@@ -79,6 +79,9 @@ mjit::Compiler::Compiler(JSContext *cx, JSScript *script, JSFunction *fun, JSObj
branchPatches(ContextAllocPolicy(cx)), mics(ContextAllocPolicy(cx)),
pics(ContextAllocPolicy(cx)), stubcc(cx, *this, frame, script)
{
#ifdef DEBUG
masm.setSpewPath(false);
#endif
}
#define CHECK_STATUS(expr) \