Closed
Bug 1082875
Opened 11 years ago
Closed 11 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)
|
28.26 KB,
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•11 years ago
|
||
Attachment #8505071 -
Flags: review?(kvijayan)
Updated•11 years ago
|
Attachment #8505071 -
Flags: review?(kvijayan) → review+
Updated•11 years ago
|
Assignee: nobody → shu
Comment 2•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•