Skip the mapcheck on the global object since the global proxy and cell are already...
authorverwaest <verwaest@chromium.org>
Thu, 26 Feb 2015 15:12:01 +0000 (07:12 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 26 Feb 2015 15:12:12 +0000 (15:12 +0000)
commit6af7ca6be4cd768b3326f0b8c32d4fbc3baa20c8
tree3214ce1486f54a52bd9b6794945bfbd057e469da
parent8db3ce1dba21dab208ced17cae3134344e05cd0c
Skip the mapcheck on the global object since the global proxy and cell are already checked (or the global object map for contextual global loads).

BUG=

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

Cr-Commit-Position: refs/heads/master@{#26886}
src/ic/arm/handler-compiler-arm.cc
src/ic/arm64/handler-compiler-arm64.cc
src/ic/ia32/handler-compiler-ia32.cc
src/ic/x64/handler-compiler-x64.cc