Closed
Bug 816779
Opened 13 years ago
Closed 13 years ago
GC: add type safety for JSScript
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: terrence, Assigned: terrence)
References
Details
Attachments
(1 file)
226.23 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
This should be simpler to implement than Shape because of the existing Return<T> work.
Assignee | ||
Comment 1•13 years ago
|
||
This takes us from over 700 JSScript* down to under under 400. This is focused mostly under ion/ because IonMonkey has seen the least exposure to the root analysis and uses JSScript* extensively throughout.
Attachment #689415 -
Flags: review?(bhackett1024)
Comment 2•13 years ago
|
||
Comment on attachment 689415 [details] [diff] [review]
v0
Review of attachment 689415 [details] [diff] [review]:
-----------------------------------------------------------------
Sorry for the delay.
Attachment #689415 -
Flags: review?(bhackett1024) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
You need to log in
before you can comment on or make changes to this bug.
Description
•