Closed
Bug 858535
Opened 9 years ago
Closed 9 years ago
BaselineCompiler: Flush the Caches befoe entering jitted code
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: mjrosenb, Unassigned)
Details
Attachments
(1 file)
1.07 KB,
patch
|
jbramley
:
review+
|
Details | Diff | Splinter Review |
Similar to a nearly identical bug that I found in IM several months ago, the baseline compiler needs to make sure that all caches have been flushed before we can attempt to start executing code.
Attachment #733825 -
Flags: review?(Jacob.Bramley)
Updated•9 years ago
|
Attachment #733825 -
Flags: review?(Jacob.Bramley) → review+
Reporter | ||
Comment 1•9 years ago
|
||
landed: https://hg.mozilla.org/integration/mozilla-inbound/rev/c13cc6711858
Comment 2•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/c13cc6711858
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•