Closed
Bug 1030175
Opened 10 years ago
Closed 10 years ago
OdinMonkey: use the InterruptMode to avoid faulting for finished Ion compilations
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: luke, Assigned: luke)
Details
Attachments
(1 file)
4.17 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
RequestInterruptForAsmJSCode should do the same thing RequestInterruptForIonCode does and to avoid doing any work when DontStopIon is specified. On a load of DT2, there is still a significant amount of Ion compilation (from glue code), so this is responsible for hundreds of protect+fault+unprotect sequences.
Attachment #8445907 -
Flags: review?(bhackett1024)
Assignee | ||
Comment 1•10 years ago
|
||
(The patch passes 'int' as parameter type to avoid cyclic header dependency.)
Updated•10 years ago
|
Attachment #8445907 -
Flags: review?(bhackett1024) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•