Closed
Bug 655708
Opened 15 years ago
Closed 15 years ago
TI: add JSOP_NOTRACE bytecode
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
|
754 bytes,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
We can have a JSOP_NOTRACE op when a script is copied from a compartment with TI disabled. This is causing Mochitest-5 orange.
| Assignee | ||
Comment 1•15 years ago
|
||
jsanalyze and LoopState already have JSOP_NOTRACE.
Attachment #531294 -
Flags: review?(bhackett1024)
Comment 2•15 years ago
|
||
Comment on attachment 531294 [details] [diff] [review]
Patch
Review of attachment 531294 [details] [diff] [review]:
-----------------------------------------------------------------
Attachment #531294 -
Flags: review?(bhackett1024) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•