Revert of [x64] Use xorl to materialize smi zero. (patchset #1 id:1 of https://codere...
authorbmeurer <bmeurer@chromium.org>
Thu, 16 Apr 2015 08:31:26 +0000 (01:31 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 16 Apr 2015 08:31:17 +0000 (08:31 +0000)
commitc66a2f7b468cae9ef1972f0001bf4b8efef60f98
tree49de1117ff7bcd659937b7bd40c8f35908876e16
parentf89bea1e17cd289622eb830173b9c65c80c4c37c
Revert of [x64] Use xorl to materialize smi zero. (patchset #1 id:1 of https://codereview.chromium.org/1085153002/)

Reason for revert:
Seems to cause performance regressions.

Original issue's description:
> [x64] Use xorl to materialize smi zero.
>
> Before we always loaded smi zero via a movabs with a 64-bit immediate,
> which is pretty expensive compared to the xorl.
>
> R=jarin@chromium.org
>
> Committed: https://crrev.com/f236777bfe6e080ff1ead6baf847cc9b6bb4f9cb
> Cr-Commit-Position: refs/heads/master@{#27829}

TBR=jarin@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=chromium:477592
LOG=n

Review URL: https://codereview.chromium.org/1059543004

Cr-Commit-Position: refs/heads/master@{#27867}
src/x64/macro-assembler-x64.cc