X87: Use platform specific stubs for vector-based Load/KeyedLoad.
authorchunyang.dai <chunyang.dai@intel.com>
Tue, 24 Mar 2015 10:06:07 +0000 (03:06 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 24 Mar 2015 10:06:21 +0000 (10:06 +0000)
commit40de9c3f02d9659b83f3fa5340132adf54e50223
tree420b24a66bfd7b8d3a198db3439b97ebdca5287f
parenta5ce9994a52cfeb915b785beb0eda1f5b64f9b6b
X87: Use platform specific stubs for vector-based Load/KeyedLoad.

port 34a1a76ddf30109f7b6cb60aa2651493ab38660a (r27235)

original commit message:

  A hydrogen code stub is not the best approach because it builds a frame
  and doesn't have the technology to discard roots at tail call exits.
  Platform-specific stubs provide much better performance at this point.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#27394}
src/x87/code-stubs-x87.cc