RESOLVED FIXED 58407
Make PropertyMapEntry use a WriteBarrier for specificValue
https://bugs.webkit.org/show_bug.cgi?id=58407
Summary Make PropertyMapEntry use a WriteBarrier for specificValue
Oliver Hunt
Reported 2011-04-12 18:33:10 PDT
Make PropertyMapEntry use a WriteBarrier for specificValue
Attachments
Patch (75.38 KB, patch)
2011-04-12 18:35 PDT, Oliver Hunt
no flags
Patch (77.58 KB, patch)
2011-04-12 21:21 PDT, Oliver Hunt
no flags
Patch (78.23 KB, patch)
2011-04-12 22:50 PDT, Oliver Hunt
no flags
Patch (79.22 KB, patch)
2011-04-13 08:34 PDT, Oliver Hunt
no flags
Patch (80.03 KB, patch)
2011-04-13 10:09 PDT, Oliver Hunt
barraclough: review+
Oliver Hunt
Comment 1 2011-04-12 18:35:02 PDT
WebKit Review Bot
Comment 2 2011-04-12 18:38:10 PDT
Attachment 89323 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/API/JSClassRef.cpp',..." exit_code: 1 Source/JavaScriptCore/runtime/Structure.h:146: The parameter name "mode" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 1 in 25 files If any of these errors are false positives, please file a bug against check-webkit-style.
Build Bot
Comment 3 2011-04-12 19:53:16 PDT
Oliver Hunt
Comment 4 2011-04-12 21:21:06 PDT
WebKit Review Bot
Comment 5 2011-04-12 21:23:12 PDT
Attachment 89334 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/API/JSClassRef.cpp',..." exit_code: 1 Source/JavaScriptCore/runtime/Structure.h:146: The parameter name "mode" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 1 in 25 files If any of these errors are false positives, please file a bug against check-webkit-style.
Build Bot
Comment 6 2011-04-12 21:49:23 PDT
Oliver Hunt
Comment 7 2011-04-12 22:50:14 PDT
WebKit Review Bot
Comment 8 2011-04-12 22:53:07 PDT
Attachment 89342 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/API/JSClassRef.cpp',..." exit_code: 1 Source/JavaScriptCore/runtime/Structure.h:146: The parameter name "mode" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 1 in 25 files If any of these errors are false positives, please file a bug against check-webkit-style.
Build Bot
Comment 9 2011-04-12 23:58:03 PDT
Build Bot
Comment 10 2011-04-13 00:27:32 PDT
Oliver Hunt
Comment 11 2011-04-13 08:34:36 PDT
WebKit Review Bot
Comment 12 2011-04-13 08:37:23 PDT
Attachment 89381 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/API/JSClassRef.cpp',..." exit_code: 1 Source/JavaScriptCore/runtime/Structure.h:146: The parameter name "mode" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 1 in 26 files If any of these errors are false positives, please file a bug against check-webkit-style.
Build Bot
Comment 13 2011-04-13 09:42:41 PDT
Oliver Hunt
Comment 14 2011-04-13 10:09:11 PDT
WebKit Review Bot
Comment 15 2011-04-13 10:11:25 PDT
Attachment 89394 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/API/JSClassRef.cpp',..." exit_code: 1 Source/JavaScriptCore/runtime/Structure.h:146: The parameter name "mode" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 1 in 26 files If any of these errors are false positives, please file a bug against check-webkit-style.
Gavin Barraclough
Comment 16 2011-04-13 11:34:38 PDT
Comment on attachment 89394 [details] Patch Might be worth adding a comment re the PropertyTable code being non- write barrier correct.
Oliver Hunt
Comment 17 2011-04-13 11:53:19 PDT
Note You need to log in before you can comment on or make changes to this bug.