Closed Bug 592617 Opened 14 years ago Closed 14 years ago

JM: cannot compile without JS_METHODJIT

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: igor, Assigned: igor)

Details

(Whiteboard: fixed-in-tracemonkey)

Attachments

(1 file)

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.
Attached patch v1Splinter Review
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)
Attachment #471105 - Flags: review?(dmandelin) → review+
Whiteboard: fixed-in-tracemonkey
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.

Attachment

General

Creator:
Created:
Updated:
Size: