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

Issue 803933008: new classes: change semantics of super(...) call and add new.target to construct stub. (Closed)

Created:
5 years, 11 months ago by Dmitry Lomov (no reviews)
Modified:
5 years, 11 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

new classes: change semantics of super(...) call and add new.target to construct stub. R=arv@chromium.org,rossberg@chromium.org BUG=v8:3834 LOG=N Committed: https://crrev.com/22ce08ade63a9c4f28225db11a5b5d2726c5a8e7 Cr-Commit-Position: refs/heads/master@{#26227}

Patch Set 1 #

Patch Set 2 : Platform ports #

Total comments: 16

Patch Set 3 : Partial fixes. Please do not review #

Patch Set 4 : CR feedback #

Patch Set 5 : Comment #

Total comments: 4

Patch Set 6 : CR feedback #

Patch Set 7 : Fix x64 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+461 lines, -126 lines) Patch
M src/arm/builtins-arm.cc View 1 2 3 5 chunks +43 lines, -23 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 3 4 5 2 chunks +54 lines, -5 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 1 2 3 4 chunks +39 lines, -18 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 2 3 4 5 2 chunks +54 lines, -5 lines 0 comments Download
M src/compiler.cc View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M src/flag-definitions.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/full-codegen.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 3 4 chunks +51 lines, -29 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 3 4 5 3 chunks +54 lines, -6 lines 0 comments Download
M src/runtime/runtime.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/runtime/runtime-object.cc View 1 2 3 4 3 chunks +12 lines, -4 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 2 3 4 5 6 4 chunks +46 lines, -27 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 3 4 5 2 chunks +54 lines, -5 lines 0 comments Download
A test/mjsunit/harmony/classes-experimental.js View 1 2 3 4 5 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (4 generated)
Dmitry Lomov (no reviews)
PTAL. Carved out something landable from my experiments. This is a first step, there is ...
5 years, 11 months ago (2015-01-21 18:23:27 UTC) #2
arv (Not doing code reviews)
https://codereview.chromium.org/803933008/diff/20001/src/ia32/builtins-ia32.cc File src/ia32/builtins-ia32.cc (right): https://codereview.chromium.org/803933008/diff/20001/src/ia32/builtins-ia32.cc#newcode162 src/ia32/builtins-ia32.cc:162: // runtime call made it for us, and we ...
5 years, 11 months ago (2015-01-21 19:18:56 UTC) #3
Dmitry Lomov (no reviews)
All comments addressed + more polish. https://codereview.chromium.org/803933008/diff/20001/src/ia32/builtins-ia32.cc File src/ia32/builtins-ia32.cc (right): https://codereview.chromium.org/803933008/diff/20001/src/ia32/builtins-ia32.cc#newcode162 src/ia32/builtins-ia32.cc:162: // runtime call ...
5 years, 11 months ago (2015-01-22 11:59:01 UTC) #4
arv (Not doing code reviews)
LGTM with nits Maybe the bug number should only be v8:3834 and then make v8:3330 ...
5 years, 11 months ago (2015-01-22 16:20:21 UTC) #5
arv (Not doing code reviews)
LGTM with nits Maybe the bug number should only be v8:3834 and then make v8:3330 ...
5 years, 11 months ago (2015-01-22 16:20:26 UTC) #6
Dmitry Lomov (no reviews)
All done, landing. https://codereview.chromium.org/803933008/diff/80001/src/x64/full-codegen-x64.cc File src/x64/full-codegen-x64.cc (right): https://codereview.chromium.org/803933008/diff/80001/src/x64/full-codegen-x64.cc#newcode3164 src/x64/full-codegen-x64.cc:3164: /* TODO[dslomov]: support pretenuring. On 2015/01/22 ...
5 years, 11 months ago (2015-01-22 17:00:26 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/803933008/100001
5 years, 11 months ago (2015-01-22 17:01:14 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_asan_rel on tryserver.v8 (http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel/builds/834)
5 years, 11 months ago (2015-01-22 17:40:47 UTC) #11
Dmitry Lomov (no reviews)
Fixed x64 issue: use rdx instead of r11 which can be clobbered by heap profiler
5 years, 11 months ago (2015-01-22 17:52:50 UTC) #12
arv (Not doing code reviews)
LGTM
5 years, 11 months ago (2015-01-22 17:56:53 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/803933008/120001
5 years, 11 months ago (2015-01-22 18:02:25 UTC) #15
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 11 months ago (2015-01-22 18:39:41 UTC) #16
commit-bot: I haz the power
5 years, 11 months ago (2015-01-22 18:39:59 UTC) #17
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/22ce08ade63a9c4f28225db11a5b5d2726c5a8e7
Cr-Commit-Position: refs/heads/master@{#26227}

Powered by Google App Engine
This is Rietveld 408576698