Closed
Bug 506163
Opened 15 years ago
Closed 15 years ago
allocate small strings in the GC heap
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 402614
People
(Reporter: gal, Assigned: gal)
Details
Attachments
(3 files)
10.63 KB,
patch
|
Details | Diff | Splinter Review | |
4.02 KB,
text/plain
|
Details | |
5.13 KB,
image/png
|
Details |
This patch allocates small strings in the GC heap. For a JSShortString size of 32 its a significant perf loss on SS, for 16 a small win. I am looking into this more, but we get really bad interaction with the GC allocator that is still grabbing way too small pages way too often.
Assignee | ||
Comment 1•15 years ago
|
||
Assignee: general → gal
Comment 2•15 years ago
|
||
Comment 3•15 years ago
|
||
Suggest putting the patch in bug 402614 and taking that bug -- should be ok.
/be
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Comment 4•15 years ago
|
||
Updated•15 years ago
|
Attachment #390379 -
Attachment mime type: application/octet-stream → text/plain
Comment 5•15 years ago
|
||
Would love a "join these bugs" bugzilla feature. In lieu of that, Gregor would you mind attaching stuff to the prior bug 402614? Thanks,
/be
You need to log in
before you can comment on or make changes to this bug.
Description
•