Closed
Bug 579145
Opened 13 years ago
Closed 13 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•13 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•13 years ago
|
||
Really simple patch to do this.
Attachment #457681 -
Flags: review?(dvander)
![]() |
||
Updated•13 years ago
|
Attachment #457681 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 3•13 years ago
|
||
http://hg.mozilla.org/users/danderson_mozilla.com/moo/rev/a998833b7178
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•