Closed Bug 758613 Opened 12 years ago Closed 12 years ago

Condense JIT handle information in scripts

Categories

(Core :: JavaScript Engine, defect)

Other Branch
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla15

People

(Reporter: bhackett1024, Assigned: bhackett1024)

References

Details

Attachments

(1 file)

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)
Attachment #627222 - Flags: review?(dvander) → review+
https://hg.mozilla.org/mozilla-central/rev/de141e924806
Assignee: general → bhackett1024
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla15
Depends on: 759719
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: