RESOLVED FIXED 101642
MarkStackArray should use the BlockAllocator instead of the MarkStackSegmentAllocator
https://bugs.webkit.org/show_bug.cgi?id=101642
Summary MarkStackArray should use the BlockAllocator instead of the MarkStackSegmentA...
Mark Hahnenberg
Reported 2012-11-08 13:58:55 PST
MarkStackSegmentAllocator is like a miniature version of the BlockAllocator. Now that the BlockAllocator has support for a variety of block sizes, we should get rid of the MarkStackSegmentAllocator in favor of the BlockAllocator.
Attachments
Patch (17.35 KB, patch)
2012-11-08 14:25 PST, Mark Hahnenberg
no flags
Patch (18.33 KB, patch)
2012-11-08 14:48 PST, Mark Hahnenberg
fpizlo: review+
webkit.review.bot: commit-queue-
Mark Hahnenberg
Comment 1 2012-11-08 14:25:48 PST
Filip Pizlo
Comment 2 2012-11-08 14:42:24 PST
Comment on attachment 173116 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=173116&action=review > Source/JavaScriptCore/heap/BlockAllocator.h:326 > + return m_weakRegionSet; Then can you rename m_weakRegionSet to something that reflects its dual purpose?
Mark Hahnenberg
Comment 3 2012-11-08 14:48:12 PST
kov's GTK+ EWS bot
Comment 4 2012-11-08 16:43:15 PST
WebKit Review Bot
Comment 5 2012-11-09 09:15:26 PST
Comment on attachment 173124 [details] Patch Rejecting attachment 173124 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: ing file Source/JavaScriptCore/heap/MarkStackInlineMethods.h Hunk #1 FAILED at 31. Hunk #2 FAILED at 69. Hunk #3 FAILED at 79. Hunk #4 FAILED at 89. Hunk #5 FAILED at 105. 5 out of 5 hunks FAILED -- saving rejects to file Source/JavaScriptCore/heap/MarkStackInlineMethods.h.rej patching file Source/JavaScriptCore/heap/SlotVisitor.cpp Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Filip Pizlo']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue Full output: http://queues.webkit.org/results/14778471
Mark Hahnenberg
Comment 6 2012-11-09 09:58:50 PST
Note You need to log in before you can comment on or make changes to this bug.