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

Issue 638623002: Keyed stores to super where key is a name. (Closed)

Created:
6 years, 2 months ago by Dmitry Lomov (no reviews)
Modified:
6 years, 2 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Keyed stores to super where key is a name. R=arv@chromium.org, ishell@chromium.org BUG=v:3330 LOG=N Committed: https://code.google.com/p/v8/source/detail?r=24490

Patch Set 1 #

Patch Set 2 : Stray edit #

Total comments: 6

Patch Set 3 : All platforms + CR feedback #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+923 lines, -217 lines) Patch
M src/arm/full-codegen-arm.cc View 1 2 10 chunks +105 lines, -54 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 2 10 chunks +101 lines, -53 lines 0 comments Download
M src/full-codegen.h View 2 chunks +22 lines, -0 lines 1 comment Download
M src/ia32/full-codegen-ia32.cc View 1 2 10 chunks +97 lines, -53 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/runtime/runtime-classes.cc View 1 2 3 chunks +44 lines, -4 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 10 chunks +97 lines, -52 lines 0 comments Download
M test/mjsunit/harmony/super.js View 1 2 8 chunks +454 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Dmitry Lomov (no reviews)
PTAL, starting platform ports.
6 years, 2 months ago (2014-10-07 14:09:01 UTC) #1
arv (Not doing code reviews)
LGTM but I would want Igor to verify that the codegen is good too. https://codereview.chromium.org/638623002/diff/20001/src/ia32/full-codegen-ia32.cc ...
6 years, 2 months ago (2014-10-07 15:05:38 UTC) #2
Dmitry Lomov (no reviews)
Comments addressed + platform ports https://codereview.chromium.org/638623002/diff/20001/src/ia32/full-codegen-ia32.cc File src/ia32/full-codegen-ia32.cc (right): https://codereview.chromium.org/638623002/diff/20001/src/ia32/full-codegen-ia32.cc#newcode4419 src/ia32/full-codegen-ia32.cc:4419: if (assign_type == NAMED_PROPERTY) ...
6 years, 2 months ago (2014-10-07 15:53:37 UTC) #3
Igor Sheludko
lgtm with minor suggestion: https://codereview.chromium.org/638623002/diff/40001/src/full-codegen.h File src/full-codegen.h (right): https://codereview.chromium.org/638623002/diff/40001/src/full-codegen.h#newcode523 src/full-codegen.h:523: enum LhsKind { Since we ...
6 years, 2 months ago (2014-10-09 11:07:20 UTC) #4
Dmitry Lomov (no reviews)
On 2014/10/09 11:07:20, Igor Sheludko wrote: > lgtm with minor suggestion: > > https://codereview.chromium.org/638623002/diff/40001/src/full-codegen.h > ...
6 years, 2 months ago (2014-10-09 11:17:57 UTC) #5
Dmitry Lomov (no reviews)
6 years, 2 months ago (2014-10-09 11:36:36 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 24490 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698