RESOLVED FIXED 38155
Need to support more efficient dispatch of lightweight builtins
https://bugs.webkit.org/show_bug.cgi?id=38155
Summary Need to support more efficient dispatch of lightweight builtins
Oliver Hunt
Reported 2010-04-26 17:44:06 PDT
Need to support more efficient dispatch of lightweight builtins
Attachments
Patch (63.19 KB, patch)
2010-04-26 18:34 PDT, Oliver Hunt
barraclough: review+
Oliver Hunt
Comment 1 2010-04-26 18:34:28 PDT
WebKit Review Bot
Comment 2 2010-04-26 18:35:54 PDT
Attachment 54369 [details] did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1 JavaScriptCore/runtime/Lookup.h:80: More than one command on the same line [whitespace/newline] [4] JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:1707: One or more unexpected \r (^M) found; better to use only a \n [whitespace/carriage_return] [1] Suppressing further [whitespace/carriage_return] reports for this file. JavaScriptCore/jit/JSInterfaceJIT.h:38: Code inside a namespace should not be indented. [whitespace/indent] [4] JavaScriptCore/jit/SpecializedThunkJIT.h:37: Code inside a namespace should not be indented. [whitespace/indent] [4] JavaScriptCore/jit/ThunkGenerators.h:33: Code inside a namespace should not be indented. [whitespace/indent] [4] Total errors found: 20 in 27 files If any of these errors are false positives, please file a bug against check-webkit-style.
Oliver Hunt
Comment 3 2010-04-26 18:37:50 PDT
(In reply to comment #2) > Attachment 54369 [details] did not pass style-queue: > > Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" > exit_code: 1 > JavaScriptCore/runtime/Lookup.h:80: More than one command on the same line > [whitespace/newline] [4] > JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:1707: > One or more unexpected \r (^M) found; better to use only a \n > [whitespace/carriage_return] [1] > Suppressing further [whitespace/carriage_return] reports for this file. > JavaScriptCore/jit/JSInterfaceJIT.h:38: Code inside a namespace should not be > indented. [whitespace/indent] [4] > JavaScriptCore/jit/SpecializedThunkJIT.h:37: Code inside a namespace should > not be indented. [whitespace/indent] [4] > JavaScriptCore/jit/ThunkGenerators.h:33: Code inside a namespace should not be > indented. [whitespace/indent] [4] > Total errors found: 20 in 27 files > > > If any of these errors are false positives, please file a bug against > check-webkit-style. style bot is wrong here -- code inside a namespace in a .h file should be indented. \r should be used in the vcproj, lookup.h has an assert as the first command which is also allowed.
Gavin Barraclough
Comment 4 2010-04-26 20:26:50 PDT
Comment on attachment 54369 [details] Patch Please split this patch into two, and land the file moves separately. Also, please remove the friend from StringImpl - add a static method to access the offset of m_data instead.
Oliver Hunt
Comment 5 2010-04-26 21:23:01 PDT
Note You need to log in before you can comment on or make changes to this bug.