Back out changeset 46fed5bdcf44 for now.

This commit is contained in:
Jason Orendorff 2010-06-07 20:38:51 -05:00
parent 5ccdb8922d
commit 120196fad2

View File

@ -5966,8 +5966,8 @@ TraceRecorder::attemptTreeCall(TreeFragment* f, uintN& inlineCallCount)
if (f->script == cx->fp->script) {
if (f->recursion >= Recursion_Unwinds) {
Blacklist(cx->fp->script->code);
//AbortRecording(cx, "Inner tree is an unsupported type of recursion");
return ARECORD_CONTINUE;
AbortRecording(cx, "Inner tree is an unsupported type of recursion");
return ARECORD_ABORTED;
}
f->recursion = Recursion_Disallowed;
}