RESOLVED FIXED Bug 96043
Combine MarkStack and SlotVisitor into single class
https://bugs.webkit.org/show_bug.cgi?id=96043
Summary Combine MarkStack and SlotVisitor into single class
Mark Hahnenberg
Reported 2012-09-06 17:16:56 PDT
MarkStack and SlotVisitor are pretty much the same thing. We should combine them to make the GC code slightly more sane.
Attachments
Patch (64.24 KB, patch)
2012-09-06 17:31 PDT, Mark Hahnenberg
no flags
Patch (65.00 KB, patch)
2012-09-06 18:08 PDT, Mark Hahnenberg
no flags
Patch (65.05 KB, patch)
2012-09-06 20:34 PDT, Mark Hahnenberg
no flags
Mark Hahnenberg
Comment 1 2012-09-06 17:31:47 PDT
WebKit Review Bot
Comment 2 2012-09-06 17:33:21 PDT
Attachment 162629 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/CMakeLists.txt', u'S..." exit_code: 1 Source/JavaScriptCore/heap/SlotVisitor.cpp:172: This { should be at the end of the previous line [whitespace/braces] [4] Total errors found: 1 in 22 files If any of these errors are false positives, please file a bug against check-webkit-style.
Geoffrey Garen
Comment 3 2012-09-06 17:33:40 PDT
Comment on attachment 162629 [details] Patch r=me
Mark Hahnenberg
Comment 4 2012-09-06 18:08:06 PDT
WebKit Review Bot
Comment 5 2012-09-06 18:09:46 PDT
Attachment 162635 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/CMakeLists.txt', u'S..." exit_code: 1 Source/JavaScriptCore/heap/SlotVisitor.cpp:172: This { should be at the end of the previous line [whitespace/braces] [4] Total errors found: 1 in 22 files If any of these errors are false positives, please file a bug against check-webkit-style.
Build Bot
Comment 6 2012-09-06 19:06:45 PDT
Mark Hahnenberg
Comment 7 2012-09-06 20:34:18 PDT
WebKit Review Bot
Comment 8 2012-09-06 20:37:40 PDT
Attachment 162661 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/CMakeLists.txt', u'S..." exit_code: 1 Source/JavaScriptCore/heap/SlotVisitor.cpp:172: This { should be at the end of the previous line [whitespace/braces] [4] Total errors found: 1 in 23 files If any of these errors are false positives, please file a bug against check-webkit-style.
Mark Hahnenberg
Comment 9 2012-09-10 11:40:46 PDT
Note You need to log in before you can comment on or make changes to this bug.