RESOLVED FIXED 13390
[js-collector-tweaks] collect less often, now that blocks are bigger and cells are smaller
https://bugs.webkit.org/show_bug.cgi?id=13390
Summary [js-collector-tweaks] collect less often, now that blocks are bigger and cell...
Maciej Stachowiak
Reported 2007-04-18 01:03:09 PDT
Raise ALLOCATIONS_PER_COLLECTION to 4000, for 3.7% iBench speed improvement. Now that the cell size is smaller and the block size is bigger, we can fit 4000 objects in the two spare cells the collector is willing to keep around, so collect a bit less often.
Attachments
10-js-gc-collect-less.patch.txt (1.35 KB, patch)
2007-04-18 01:03 PDT, Maciej Stachowiak
darin: review+
Maciej Stachowiak
Comment 1 2007-04-18 01:03:43 PDT
Created attachment 14071 [details] 10-js-gc-collect-less.patch.txt
Darin Adler
Comment 2 2007-04-18 11:31:09 PDT
Comment on attachment 14071 [details] 10-js-gc-collect-less.patch.txt r=me, once all the preconditions are met
Mark Rowe (bdash)
Comment 3 2007-04-27 01:07:32 PDT
This was landed in r21048.
Note You need to log in before you can comment on or make changes to this bug.