Description[turbofan]: More optimizations to add and subtract operations on x64
- Use "leal" for subtraction of integer constant when non-constant input to
subtract is used more than once.
- Use "incl", "decl", and "addl" when they are smaller/cheaper than their
leal/addl/subl equivalant.
R=titzer@chromium.org
Committed: https://chromium.googlesource.com/v8/v8/+/5a494cf00ca4626758cc41e0ca800ebb0bff3a9b
Patch Set 1 #Patch Set 2 : Tweaks #Patch Set 3 : Latest #Patch Set 4 : Fix tests #
Total comments: 3
Patch Set 5 : Latest version #
Messages
Total messages: 7 (1 generated)
|