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

Issue 10984065: Add the VFP-ness to the minor number of the keyed store elements (Closed)

Created:
8 years, 2 months ago by Erik Corry
Modified:
8 years, 2 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

Add the VFP-ness to the minor number of the keyed store elements IC so that the version from the snapshot is not used if we have a more capable CPU at runtime. Committed: https://code.google.com/p/v8/source/detail?r=12624

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -5 lines) Patch
M src/arm/code-stubs-arm.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M src/code-stubs.h View 1 4 chunks +16 lines, -4 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/ic.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/code-stubs-mips.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
8 years, 2 months ago (2012-09-27 09:32:02 UTC) #1
ulan
8 years, 2 months ago (2012-09-27 09:44:37 UTC) #2
LGTM, is possible to write a test that checks that we are actually using the
correct stub?

Powered by Google App Engine
This is Rietveld 408576698