X87: Eliminate special keyed load string stub in favor of uniform handlers
authorweiliang.lin@intel.com <weiliang.lin@intel.com>
Fri, 17 Oct 2014 05:23:14 +0000 (05:23 +0000)
committerweiliang.lin@intel.com <weiliang.lin@intel.com>
Fri, 17 Oct 2014 05:23:14 +0000 (05:23 +0000)
commitd8ae78539ff42d3d257dea7f1353d1b63f9c5679
tree2f321eb840baa458edc29222ce8fa28363ab3fe6
parent0854ee289babbf63bf90b2cf463e2b23697c4a05
X87: Eliminate special keyed load string stub in favor of uniform handlers

port r24661.

original commit message:

  Eliminate special keyed load string stub in favor of uniform handlers.

  KeyedLoadIC installs a special case if the receiver is a string.
  Although there are several maps for strings, in practice we seem to
  be able to treat them individually because a given KeyedLoad site
  only sees 1-2 string types

BUG=
R=weiliang.lin@intel.com

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

Patch from Chunyang Dai <chunyang.dai@intel.com>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24674 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/ic/x87/ic-x87.cc
src/x87/code-stubs-x87.cc