Closed
Bug 584493
Opened 14 years ago
Closed 1 year ago
avoid finalization of small strings
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: igor, Unassigned)
References
Details
For small strings we do not need to run any finalization code and can assemble the corresponding free list right from the mark bitmap during allocation. This would be similar to the previous optimization for heap-allocated doubles.
Reporter | ||
Updated•13 years ago
|
Assignee: igor → general
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
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
•