RESOLVED FIXED 91337
DFG PutById transition should handle storage allocation, and inline it
https://bugs.webkit.org/show_bug.cgi?id=91337
Summary DFG PutById transition should handle storage allocation, and inline it
Filip Pizlo
Reported 2012-07-15 00:06:21 PDT
Work in progress patch forthcoming.
Attachments
work in progress (25.86 KB, patch)
2012-07-15 00:12 PDT, Filip Pizlo
no flags
more! (46.41 KB, patch)
2012-07-15 15:33 PDT, Filip Pizlo
no flags
it's starting to work (56.63 KB, patch)
2012-07-15 17:59 PDT, Filip Pizlo
no flags
the patch (65.78 KB, patch)
2012-07-15 23:57 PDT, Filip Pizlo
no flags
the patch (65.81 KB, patch)
2012-07-16 00:07 PDT, Filip Pizlo
buildbot: commit-queue-
the patch (65.92 KB, patch)
2012-07-16 12:01 PDT, Filip Pizlo
oliver: review+
Filip Pizlo
Comment 1 2012-07-15 00:12:12 PDT
Created attachment 152452 [details] work in progress
Filip Pizlo
Comment 2 2012-07-15 15:33:30 PDT
Created attachment 152465 [details] more! Most likely doesn't compile at this point. The scaffolding is mostly done. Now it's time to actually write the fast paths.
Filip Pizlo
Comment 3 2012-07-15 17:59:03 PDT
Created attachment 152467 [details] it's starting to work It works for very simple programs. Haven't tried the bigger ones yet.
Filip Pizlo
Comment 4 2012-07-15 23:57:27 PDT
Created attachment 152487 [details] the patch
WebKit Review Bot
Comment 5 2012-07-16 00:01:45 PDT
Attachment 152487 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1 Source/JavaScriptCore/dfg/DFGGPRInfo.h:33: Alphabetical sorting problem. [build/include_order] [4] Source/JavaScriptCore/dfg/DFGRegisterSet.h:33: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 2 in 19 files If any of these errors are false positives, please file a bug against check-webkit-style.
Filip Pizlo
Comment 6 2012-07-16 00:07:39 PDT
Created attachment 152489 [details] the patch Fixed style issues.
Build Bot
Comment 7 2012-07-16 00:30:32 PDT
Early Warning System Bot
Comment 8 2012-07-16 00:32:19 PDT
Comment on attachment 152489 [details] the patch Attachment 152489 [details] did not pass qt-wk2-ews (qt): Output: http://queues.webkit.org/results/13253198
Early Warning System Bot
Comment 9 2012-07-16 00:37:48 PDT
Filip Pizlo
Comment 10 2012-07-16 12:01:52 PDT
Created attachment 152580 [details] the patch Fix build on gcc.
Filip Pizlo
Comment 11 2012-07-16 15:08:44 PDT
Ryosuke Niwa
Comment 12 2012-07-16 15:12:39 PDT
This patch broke builds: http://build.webkit.org/builders/Apple%20SnowLeopard%20Debug%20%28Build%29/builds/1455/steps/compile-webkit/logs/stdio In file included from /Volumes/Data/slave/snowleopard-debug/build/Source/JavaScriptCore/bytecode/CodeBlock.h:65: In file included from /Volumes/Data/slave/snowleopard-debug/build/Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:28: /Volumes/Data/slave/snowleopard-debug/build/Source/JavaScriptCore/bytecode/StructureStubInfo.h:34:10: fatal error: 'DFGRegisterSet.h' file not found [2] #include "DFGRegisterSet.h" ^ 1 error generated.
Ryosuke Niwa
Comment 13 2012-07-16 15:13:21 PDT
Qt http://build.webkit.org/builders/Qt%20Windows%2032-bit%20Debug/builds/46297/steps/compile-webkit/logs/stdio In file included from /home/webkitbuildbot/slaves/windowsCrossDebug/buildslave/qt-windows-32bit-debug/build/Source/JavaScriptCore/bytecode/CodeBlock.h:65:0, from /home/webkitbuildbot/slaves/windowsCrossDebug/buildslave/qt-windows-32bit-debug/build/Source/JavaScriptCore/API/JSCallbackFunction.cpp:31: /home/webkitbuildbot/slaves/windowsCrossDebug/buildslave/qt-windows-32bit-debug/build/Source/JavaScriptCore/bytecode/StructureStubInfo.h:34:28: fatal error: DFGRegisterSet.h: No such file or directory compilation terminated. GTK: http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release/builds/26527/steps/compile-webkit/logs/stdio make: *** No rule to make target `Source/JavaScriptCore/dfg/DFGRegisterSet.h', needed by `DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h'. Stop.
Ryosuke Niwa
Comment 14 2012-07-16 15:14:19 PDT
It appears that you forgot svn add DFGRegisterSet.h and DFGScratchRegisterAllocator.h?
Filip Pizlo
Comment 15 2012-07-16 15:18:01 PDT
Note You need to log in before you can comment on or make changes to this bug.