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

Issue 9252008: Eliminate a superfluous map check when building a generic array element access. (Closed)

Created:
8 years, 11 months ago by fschneider
Modified:
8 years, 11 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Eliminate a superfluous map check when building generic array element access. In the case where we generate a generic load or store, we don't need to emit a non-smi-check and a map-check before it. Committed: http://code.google.com/p/v8/source/detail?r=10430

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -13 lines) Patch
M src/hydrogen.cc View 1 4 chunks +18 lines, -13 lines 0 comments Download
M src/objects.h View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
8 years, 11 months ago (2012-01-18 11:10:08 UTC) #1
Yang
8 years, 11 months ago (2012-01-18 12:04:14 UTC) #2
On 2012/01/18 11:10:08, fschneider wrote:

LGTM.

Powered by Google App Engine
This is Rietveld 408576698