RESOLVED FIXED145213
Eden collections should extend the IncrementalSweeper work list, not replace it.
https://bugs.webkit.org/show_bug.cgi?id=145213
Summary Eden collections should extend the IncrementalSweeper work list, not replace it.
Andreas Kling
Reported 2015-05-20 10:46:17 PDT
Attachments
Patch (5.53 KB, patch)
2015-05-20 11:00 PDT, Andreas Kling
no flags
Patch (5.53 KB, patch)
2015-05-20 11:07 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2015-05-20 11:00:43 PDT
Andreas Kling
Comment 2 2015-05-20 11:07:20 PDT
Geoffrey Garen
Comment 3 2015-05-20 11:13:42 PDT
Comment on attachment 253449 [details] Patch r=me
Geoffrey Garen
Comment 4 2015-05-20 11:22:38 PDT
It's strange that a bug in the incremental sweeper could cause runaway memory use. By design, each new object allocated should sweep an old object freed. The incremental sweeper is supposed to be an optimization, not an essential way to avoid runaway memory use.
WebKit Commit Bot
Comment 5 2015-05-20 13:30:51 PDT
Comment on attachment 253449 [details] Patch Clearing flags on attachment: 253449 Committed r184652: <http://trac.webkit.org/changeset/184652>
WebKit Commit Bot
Comment 6 2015-05-20 13:30:54 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.