Closed
Bug 885522
Opened 12 years ago
Closed 12 years ago
Move function heavyweight info to JSScript
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: bhackett1024, Unassigned)
References
Details
Attachments
(1 file)
24.05 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
Per bug 884194 comment 6 it would be good to keep track of whether a function is heavyweight using information on the script rather than on the function itself, so that less stuff needs to be kept in sync. The attached patch does this and passes jit-tests and jstests.
Attachment #765580 -
Flags: review?(luke)
![]() |
||
Comment 1•12 years ago
|
||
Comment on attachment 765580 [details] [diff] [review]
patch
Awesome. Nice job decomposing "heavyweight" into its constituents.
Attachment #765580 -
Flags: review?(luke) → review+
Reporter | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•