Closed
Bug 592617
Opened 14 years ago
Closed 14 years ago
JM: cannot compile without JS_METHODJIT
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: igor, Assigned: igor)
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
5.53 KB,
patch
|
dmandelin
:
review+
|
Details | Diff | Splinter Review |
js_Interpret from jsinterp.cpp does not protect with #ifdef JS_METHODJIT the users of leaveOnTracePoint. That leads to compilation errors when compiling with !JS_METHODJIT.
Assignee | ||
Comment 1•14 years ago
|
||
The patch makes sure that leaveOnTracePoint is only accessed under JS_METHODJIT. It also removes conservativeMarker from JSTracer, a leftover from methodjit merge.
Assignee: general → igor
Attachment #471105 -
Flags: review?(dmandelin)
Updated•14 years ago
|
Attachment #471105 -
Flags: review?(dmandelin) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•