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

Issue 12038012: Merge Load from Keyed|Named load code. (Closed)

Created:
7 years, 11 months ago by Toon Verwaest
Modified:
7 years, 11 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Merge Load from Keyed|Named load code. Committed: https://code.google.com/p/v8/source/detail?r=13460

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -112 lines) Patch
M src/ic.h View 7 chunks +27 lines, -22 lines 0 comments Download
M src/ic.cc View 9 chunks +29 lines, -90 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Toon Verwaest
PTAL
7 years, 11 months ago (2013-01-21 17:48:52 UTC) #1
Jakob Kummerow
7 years, 11 months ago (2013-01-22 09:24:39 UTC) #2
lgtm

https://chromiumcodereview.appspot.com/12038012/diff/1/src/ic.cc
File src/ic.cc (left):

https://chromiumcodereview.appspot.com/12038012/diff/1/src/ic.cc#oldcode942
src/ic.cc:942: if (name->AsArrayIndex(&index)) return object->GetElement(index);
Per offline discussion: it seems this condition can never be true anyway, so
this line has been removed from the refactored version.

Powered by Google App Engine
This is Rietveld 408576698