Closed
Bug 841765
Opened 12 years ago
Closed 12 years ago
BaselineCompiler: Utilize extra unused space in ICStub
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: djvj, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.69 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
Originally part of a patch to bug 841535, this has been split off into a separate patch.
There are at least 16 unused bits in an ICStub sitting in between the kind_ and stubCode_ fields. This can be exposed to subtypes of ICStub to use as they see fit - in particular for storing small pieces of information without enlarging the size of the stub.
Reporter | ||
Comment 1•12 years ago
|
||
Attachment #714390 -
Flags: review?(jdemooij)
Updated•12 years ago
|
Attachment #714390 -
Flags: review?(jdemooij) → review+
Reporter | ||
Comment 2•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•