Closed
Bug 827872
Opened 12 years ago
Closed 12 years ago
IonMonkey: Move prebarrier offsets to IonCode
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
(deleted),
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
This patch moves the prebarrier table stored in IonScript to IonCode, so that the baseline compiler can more easily reuse it.
This adds an extra field to IonCode, but we now use CompactBuffer to store the barrier offsets, so overall this should be a memory win, I think.
Attachment #699255 -
Flags: review?(dvander)
Updated•12 years ago
|
Attachment #699255 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
Comment 3•12 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•