Closed
Bug 758613
Opened 13 years ago
Closed 13 years ago
Condense JIT handle information in scripts
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: bhackett1024, Assigned: bhackett1024)
References
Details
Attachments
(1 file)
15.96 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
After bug 750834 scripts can now have up to four JITScripts simultaneously (normal/ctor versions with or without barriers), bloating the number of handles stored in the JSScript itself. Usually, all these fields are NULL, so it would be better if the handles were stored in a separate structure which is non-NULL if the script has had any JIT activity (purging the structure whenever all JIT code for the script is released).
Attachment #627222 -
Flags: review?(dvander)
![]() |
||
Updated•13 years ago
|
Attachment #627222 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Assignee: general → bhackett1024
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla15
You need to log in
before you can comment on or make changes to this bug.
Description
•