Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Issue 7060007: Remove stub call in non-VFP3 code path of external array load. (Closed)

Created:
9 years, 7 months ago by Karl Klose
Modified:
9 years, 7 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Remove stub call in non-VFP3 code path of external array load. KeyedLoadStubCompiler::GenerateLoadExternalArray is tail-calling a stub, which it is not allowed to, because its major key is higher than InstanceOf. Instead of changing the major key I decided to provide an inline implementation. TEST=test-api/ExternalArrays with --noenable-vfp3 R=danno@chromium.org

Patch Set 1 #

Patch Set 2 : Minor edit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -2 lines) Patch
M src/arm/code-stubs-arm.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 1 chunk +15 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Karl Klose
9 years, 7 months ago (2011-05-23 10:32:18 UTC) #1
danno
9 years, 7 months ago (2011-05-23 13:46:24 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698