Description[turbofan] Collect and use type feedback on ToNumber.
Make Ignition collect BinaryOperationFeedback on ToNumber, using the
shared type feedback slot with the following Inc/Dec bytecode, and use
this feedback in TurboFan to turn the ToNumber(x) operation into a
SpeculativeNumberMultiply(x,1) with the feedback hint.
R=jarin@chromium.org, mstarzinger@chromium.org, rmcilroy@chromium.org
BUG=v8:6214, v8:5267
Review-Url: https://codereview.chromium.org/2804813003
Cr-Commit-Position: refs/heads/master@{#44440}
Committed: https://chromium.googlesource.com/v8/v8/+/dd7ce93ce0262fff292edeb6fb58d9aed2c29554
Patch Set 1 #
Total comments: 7
Patch Set 2 : Address Feedback. #Patch Set 3 : Address Michis feedback. #Messages
Total messages: 14 (8 generated)
|