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

Issue 196353004: Fixed handling of polymorphic array accesses with constant index (Closed)

Created:
6 years, 9 months ago by danno
Modified:
6 years, 9 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Fix handling of polymorphic array accesses with constant index R=jkummerow@chromium.org BUG=chromium:351319 LOG=Y Committed: https://code.google.com/p/v8/source/detail?r=19835

Patch Set 1 #

Total comments: 1

Patch Set 2 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -28 lines) Patch
M src/hydrogen-instructions.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M src/property-details.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
A + src/property-details-inl.h View 1 1 chunk +16 lines, -12 lines 0 comments Download
A + test/mjsunit/regress/regress-351319.js View 1 chunk +9 lines, -12 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
danno
6 years, 9 months ago (2014-03-12 09:03:34 UTC) #1
Jakob Kummerow
LGTM with a refactoring suggestion. https://codereview.chromium.org/196353004/diff/1/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/196353004/diff/1/src/hydrogen-instructions.cc#newcode1435 src/hydrogen-instructions.cc:1435: static bool CanRepresentationContainDouble(Representation rep, ...
6 years, 9 months ago (2014-03-12 09:16:24 UTC) #2
danno
This was of course my first thought, too. However, putting this in property-details.h (that's where ...
6 years, 9 months ago (2014-03-12 09:25:25 UTC) #3
danno
6 years, 9 months ago (2014-03-12 10:11:47 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r19835 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698