Closed Bug 595774 Opened 14 years ago Closed 13 years ago

Compiling with --disable-tracejit no longer works (error: ‘leaveOnSafePoint’ was not declared in this scope)

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: jruderman, Unassigned)

References

Details

(Keywords: regression)

Compiling with --disable-optimize --enable-debug --disable-tracejit: jsinterp.cpp: In function ‘bool js::Interpret(JSContext*, JSStackFrame*, uintN, uintN)’: jsinterp.cpp:2423: error: ‘leaveOnSafePoint’ was not declared in this scope jsinterp.cpp:2602: error: ‘leaveOnSafePoint’ was not declared in this scope jsinterp.cpp:2613: error: ‘leaveOnSafePoint’ was not declared in this scope jsinterp.cpp:2625: error: ‘leaveOnSafePoint’ was not declared in this scope jsinterp.cpp:2662: error: ‘leaveOnSafePoint’ was not declared in this scope jsinterp.cpp:2673: error: ‘leaveOnSafePoint’ was not declared in this scope jsinterp.cpp:2685: error: ‘leaveOnSafePoint’ was not declared in this scope jsinterp.cpp:2767: error: ‘leaveOnSafePoint’ was not declared in this scope jsinterp.cpp:2793: error: ‘leaveOnSafePoint’ was not declared in this scope jsinterp.cpp:3170: error: ‘leaveOnSafePoint’ was not declared in this scope jsinterp.cpp:3174: error: ‘leaveOnSafePoint’ was not declared in this scope jsinterp.cpp:3212: error: ‘leaveOnSafePoint’ was not declared in this scope jsinterp.cpp:3224: error: ‘leaveOnSafePoint’ was not declared in this scope jsinterp.cpp:3262: error: ‘leaveOnSafePoint’ was not declared in this scope jsinterp.cpp:3266: error: ‘leaveOnSafePoint’ was not declared in this scope jsinterp.cpp:3270: error: ‘leaveOnSafePoint’ was not declared in this scope jsinterp.cpp:3274: error: ‘leaveOnSafePoint’ was not declared in this scope
The first bad revision is: changeset: 52867:7219df6c126c date: Tue Sep 07 22:52:15 2010 -0700 summary: Avoid staying in Interpret() after recording (bug 593532, r=dmandelin).
Happens on both 32-bit Mac and 64-bit Linux.
OS: Linux → All
Hardware: x86_64 → All
Obsolete with the removal of tracejit.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.