Closed
Bug 1082875
Opened 10 years ago
Closed 10 years ago
Make BytecodeSite a TempObject to save on duplicates
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: shu, Assigned: shu)
References
Details
Attachments
(1 file)
(deleted),
patch
|
djvj
:
review+
|
Details | Diff | Splinter Review |
For optimization coaching, which will start tracking optimization information on a per-pc basis, adding another word into BytecodeSite would result in a memory bloat as each MIR has a BytecodeSite inline. Make BytecodeSite a TempObject so that they may be shared.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8505071 -
Flags: review?(kvijayan)
Updated•10 years ago
|
Attachment #8505071 -
Flags: review?(kvijayan) → review+
Updated•10 years ago
|
Assignee: nobody → shu
Comment 2•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•