Description[x86] Several small performance improvements.
- Generate
cmp reg, 0
instead of
test reg, -1
for word tests.
- Generate
mov reg, [stack slot]
add reg, reg
jo label
instead of
mov reg, [stack slot]
add reg, [stack slot]
jo label
for SMI tagging.
- Improve materialization of int32 constants on X86-64.
- Branch fusion fix for Word64And and Int64Sub on X86-64.
R=dcarney@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=24619
Patch Set 1 #
Total comments: 1
Patch Set 2 : Fix #
Messages
Total messages: 4 (0 generated)
|