Closed
Bug 579145
Opened 15 years ago
Closed 15 years ago
JM: Add shell API to assert function is JITed
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: adrake, Assigned: adrake)
References
Details
Attachments
(1 file)
2.01 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
Just need to add an assertJIT function that, if called from a function that's interpreted, fails.
Assignee | ||
Comment 1•15 years ago
|
||
I should be more specific: if the methodjit is disabled either at compile or run time, the assert will always succeed.
Assignee | ||
Comment 2•15 years ago
|
||
Really simple patch to do this.
Attachment #457681 -
Flags: review?(dvander)
![]() |
||
Updated•15 years ago
|
Attachment #457681 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 3•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•