Closed
Bug 811342
Opened 12 years ago
Closed 12 years ago
BaselineCompiler: Fix allocation of IC stubs
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 817107
People
(Reporter: djvj, Unassigned)
References
(Blocks 1 open bug)
Details
Currently IC stubs are just allocated with |new|. They should be allocated from a per-compartment memory bank, allowing them to be easily cleared.
Reporter | ||
Comment 1•12 years ago
|
||
This was fixed in bug 817107.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•