RESOLVED FIXED Bug 122065
Get rid of the AlreadyInJSStack recoveries since they are totally redundant with the DisplacedInJSStack recoveries
https://bugs.webkit.org/show_bug.cgi?id=122065
Summary Get rid of the AlreadyInJSStack recoveries since they are totally redundant w...
Filip Pizlo
Reported 2013-09-28 10:51:04 PDT
Patch forthcoming.
Attachments
the patch (48.07 KB, patch)
2013-09-30 11:48 PDT, Filip Pizlo
oliver: review+
webkit-ews: commit-queue-
the patch (51.58 KB, patch)
2013-09-30 12:32 PDT, Filip Pizlo
mhahnenberg: review+
webkit-ews: commit-queue-
patch for landing (51.61 KB, patch)
2013-09-30 12:52 PDT, Filip Pizlo
no flags
patch for landing (50.93 KB, patch)
2013-09-30 13:14 PDT, Filip Pizlo
no flags
Filip Pizlo
Comment 1 2013-09-30 11:48:50 PDT
Created attachment 213018 [details] the patch
WebKit Commit Bot
Comment 2 2013-09-30 11:50:59 PDT
Attachment 213018 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/CMakeLists.txt', u'Source/JavaScriptCore/ChangeLog', u'Source/JavaScriptCore/GNUmakefile.list.am', u'Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.vcxproj', u'Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj', u'Source/JavaScriptCore/Target.pri', u'Source/JavaScriptCore/bytecode/CodeOrigin.h', u'Source/JavaScriptCore/bytecode/ValueRecovery.cpp', u'Source/JavaScriptCore/bytecode/ValueRecovery.h', u'Source/JavaScriptCore/dfg/DFGFixupPhase.cpp', u'Source/JavaScriptCore/dfg/DFGJITCode.cpp', u'Source/JavaScriptCore/dfg/DFGNode.h', u'Source/JavaScriptCore/dfg/DFGOSREntrypointCreationPhase.cpp', u'Source/JavaScriptCore/dfg/DFGOSRExitCompiler32_64.cpp', u'Source/JavaScriptCore/dfg/DFGOSRExitCompiler64.cpp', u'Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp', u'Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h', u'Source/JavaScriptCore/dfg/DFGValueSource.h', u'Source/JavaScriptCore/dfg/DFGVariableEventStream.cpp', u'Source/JavaScriptCore/interpreter/Register.h', u'Source/JavaScriptCore/runtime/Arguments.cpp', u'Source/JavaScriptCore/runtime/Arguments.h']" exit_code: 1 Source/JavaScriptCore/bytecode/CodeOrigin.h:100: Please declare integral type bitfields with either signed or unsigned. [runtime/bitfields] [5] Source/JavaScriptCore/bytecode/ValueRecovery.h:249: The parameter name "context" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 2 in 20 files If any of these errors are false positives, please file a bug against check-webkit-style.
Early Warning System Bot
Comment 3 2013-09-30 11:55:36 PDT
Early Warning System Bot
Comment 4 2013-09-30 11:56:54 PDT
Comment on attachment 213018 [details] the patch Attachment 213018 [details] did not pass qt-wk2-ews (qt-wk2): Output: http://webkit-queues.appspot.com/results/2755145
Build Bot
Comment 5 2013-09-30 12:04:58 PDT
Comment on attachment 213018 [details] the patch Attachment 213018 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/2818099
EFL EWS Bot
Comment 6 2013-09-30 12:13:50 PDT
Build Bot
Comment 7 2013-09-30 12:13:56 PDT
EFL EWS Bot
Comment 8 2013-09-30 12:15:53 PDT
Comment on attachment 213018 [details] the patch Attachment 213018 [details] did not pass efl-wk2-ews (efl-wk2): Output: http://webkit-queues.appspot.com/results/2817114
Filip Pizlo
Comment 9 2013-09-30 12:32:47 PDT
Created attachment 213022 [details] the patch
WebKit Commit Bot
Comment 10 2013-09-30 12:34:59 PDT
Attachment 213022 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/CMakeLists.txt', u'Source/JavaScriptCore/ChangeLog', u'Source/JavaScriptCore/GNUmakefile.list.am', u'Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.vcxproj', u'Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj', u'Source/JavaScriptCore/Target.pri', u'Source/JavaScriptCore/bytecode/CodeOrigin.h', u'Source/JavaScriptCore/bytecode/ValueRecovery.cpp', u'Source/JavaScriptCore/bytecode/ValueRecovery.h', u'Source/JavaScriptCore/dfg/DFGFixupPhase.cpp', u'Source/JavaScriptCore/dfg/DFGJITCode.cpp', u'Source/JavaScriptCore/dfg/DFGNode.h', u'Source/JavaScriptCore/dfg/DFGOSREntrypointCreationPhase.cpp', u'Source/JavaScriptCore/dfg/DFGOSRExitCompiler32_64.cpp', u'Source/JavaScriptCore/dfg/DFGOSRExitCompiler64.cpp', u'Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp', u'Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h', u'Source/JavaScriptCore/dfg/DFGValueSource.h', u'Source/JavaScriptCore/dfg/DFGVariableEventStream.cpp', u'Source/JavaScriptCore/ftl/FTLLowerDFGToLLVM.cpp', u'Source/JavaScriptCore/interpreter/Register.h', u'Source/JavaScriptCore/runtime/Arguments.cpp', u'Source/JavaScriptCore/runtime/Arguments.h']" exit_code: 1 Source/JavaScriptCore/bytecode/CodeOrigin.h:100: Please declare integral type bitfields with either signed or unsigned. [runtime/bitfields] [5] Source/JavaScriptCore/bytecode/ValueRecovery.h:249: The parameter name "context" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 2 in 21 files If any of these errors are false positives, please file a bug against check-webkit-style.
Early Warning System Bot
Comment 11 2013-09-30 12:50:03 PDT
Comment on attachment 213022 [details] the patch Attachment 213022 [details] did not pass qt-wk2-ews (qt-wk2): Output: http://webkit-queues.appspot.com/results/2815134
Michael Saboff
Comment 12 2013-09-30 12:50:38 PDT
Comment on attachment 213022 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=213022&action=review > Source/JavaScriptCore/ChangeLog:18 > + after the forward exit are MovHints or other tnings that the OSR exit compiler can Typo "things" > Source/JavaScriptCore/ChangeLog:28 > + that the solution is to rationalize how we choose the speculation direciton for a typo "direction"
Mark Hahnenberg
Comment 13 2013-09-30 12:50:53 PDT
Comment on attachment 213022 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=213022&action=review r=me + style bot stuff >> Source/JavaScriptCore/ChangeLog:18 >> + after the forward exit are MovHints or other tnings that the OSR exit compiler can > > Typo "things" s/tnings/things > Source/JavaScriptCore/ChangeLog:30 > + speculation direction of the node for which it is doing a conversion. Since SetLocal's s/SetLocal's/SetLocals
Filip Pizlo
Comment 14 2013-09-30 12:52:46 PDT
Created attachment 213028 [details] patch for landing
Filip Pizlo
Comment 15 2013-09-30 13:14:41 PDT
Created attachment 213031 [details] patch for landing
WebKit Commit Bot
Comment 16 2013-09-30 13:17:09 PDT
Attachment 213031 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/CMakeLists.txt', u'Source/JavaScriptCore/ChangeLog', u'Source/JavaScriptCore/GNUmakefile.list.am', u'Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.vcxproj', u'Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj', u'Source/JavaScriptCore/Target.pri', u'Source/JavaScriptCore/bytecode/ValueRecovery.cpp', u'Source/JavaScriptCore/bytecode/ValueRecovery.h', u'Source/JavaScriptCore/dfg/DFGFixupPhase.cpp', u'Source/JavaScriptCore/dfg/DFGJITCode.cpp', u'Source/JavaScriptCore/dfg/DFGNode.h', u'Source/JavaScriptCore/dfg/DFGOSREntrypointCreationPhase.cpp', u'Source/JavaScriptCore/dfg/DFGOSRExitCompiler32_64.cpp', u'Source/JavaScriptCore/dfg/DFGOSRExitCompiler64.cpp', u'Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp', u'Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h', u'Source/JavaScriptCore/dfg/DFGValueSource.h', u'Source/JavaScriptCore/dfg/DFGVariableEventStream.cpp', u'Source/JavaScriptCore/ftl/FTLLowerDFGToLLVM.cpp', u'Source/JavaScriptCore/interpreter/Register.h', u'Source/JavaScriptCore/runtime/Arguments.cpp', u'Source/JavaScriptCore/runtime/Arguments.h']" exit_code: 1 Source/JavaScriptCore/bytecode/ValueRecovery.h:249: The parameter name "context" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 1 in 20 files If any of these errors are false positives, please file a bug against check-webkit-style.
Filip Pizlo
Comment 17 2013-09-30 13:37:45 PDT
Note You need to log in before you can comment on or make changes to this bug.