Closed
Bug 683863
Opened 14 years ago
Closed 1 year ago
Implement ScanScript for faster GC marking
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: igor, Unassigned)
References
Details
In the bug 674251 I have not implemented ScanScript. Instead PushMarkStack for JSScript calls less efficient MarkChildren for simplicity. That should be fixed.
Comment 1•14 years ago
|
||
What speedup do you predict for this?
| Reporter | ||
Comment 2•14 years ago
|
||
(In reply to David Mandelin from comment #1)
> What speedup do you predict for this?
The only information that I have at this moment comes from bug 674251 comment 69:
> it might be worth adding a ScanScript variant of this function; doing this was helpful for type objects, and there are more scripts created than types.
| Reporter | ||
Updated•13 years ago
|
Assignee: igor → general
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: normal → S3
Comment 3•1 year ago
|
||
The code has changed so much, that I'm not even sure this proposal makes sense any more. If it does still make sense, please reopen or create a new bug.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•