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

Issue 917753002: new classes: implement default constructors. (Closed)

Created:
5 years, 10 months ago by Dmitry Lomov (no reviews)
Modified:
5 years, 10 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: implement default constructors. R=arv@chromium.org,rossberg@chromium.org BUG=v8:3834 LOG=N Committed: https://crrev.com/9b158fa79a510bd1fee2f663163d9116879cb33a Cr-Commit-Position: refs/heads/master@{#26594}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Cr feedback + ports #

Patch Set 3 : Rebase to run try jobs #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+349 lines, -52 lines) Patch
M src/arm/full-codegen-arm.cc View 1 2 4 chunks +59 lines, -6 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 2 4 chunks +57 lines, -4 lines 0 comments Download
M src/full-codegen.h View 1 chunk +1 line, -1 line 0 comments Download
M src/globals.h View 2 chunks +5 lines, -2 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 4 chunks +52 lines, -4 lines 0 comments Download
M src/parser.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/parser.cc View 1 5 chunks +44 lines, -27 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime/runtime-classes.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 1 chunk +1 line, -1 line 2 comments Download
M src/x64/full-codegen-x64.cc View 1 2 4 chunks +54 lines, -6 lines 0 comments Download
M test/mjsunit/harmony/classes-experimental.js View 1 2 chunks +59 lines, -1 line 0 comments Download

Messages

Total messages: 10 (2 generated)
Dmitry Lomov (no reviews)
PTAL, starting platform ports
5 years, 10 months ago (2015-02-11 14:00:02 UTC) #1
arv (Not doing code reviews)
LGTM https://codereview.chromium.org/917753002/diff/1/src/ia32/full-codegen-ia32.cc File src/ia32/full-codegen-ia32.cc (right): https://codereview.chromium.org/917753002/diff/1/src/ia32/full-codegen-ia32.cc#newcode3108 src/ia32/full-codegen-ia32.cc:3108: if (expr->expression()->IsSuperReference()) { This is dead code... see ...
5 years, 10 months ago (2015-02-11 14:53:49 UTC) #2
Dmitry Lomov (no reviews)
Please take another look: comments addressed + ports done https://codereview.chromium.org/917753002/diff/1/src/ia32/full-codegen-ia32.cc File src/ia32/full-codegen-ia32.cc (right): https://codereview.chromium.org/917753002/diff/1/src/ia32/full-codegen-ia32.cc#newcode3108 src/ia32/full-codegen-ia32.cc:3108: ...
5 years, 10 months ago (2015-02-11 16:29:36 UTC) #4
arv (Not doing code reviews)
Still LGTM https://codereview.chromium.org/917753002/diff/40001/src/x64/code-stubs-x64.cc File src/x64/code-stubs-x64.cc (right): https://codereview.chromium.org/917753002/diff/40001/src/x64/code-stubs-x64.cc#newcode939 src/x64/code-stubs-x64.cc:939: __ decl(rcx); How is this related to ...
5 years, 10 months ago (2015-02-11 16:41:45 UTC) #5
Dmitry Lomov (no reviews)
https://codereview.chromium.org/917753002/diff/40001/src/x64/code-stubs-x64.cc File src/x64/code-stubs-x64.cc (right): https://codereview.chromium.org/917753002/diff/40001/src/x64/code-stubs-x64.cc#newcode939 src/x64/code-stubs-x64.cc:939: __ decl(rcx); On 2015/02/11 16:41:45, arv wrote: > How ...
5 years, 10 months ago (2015-02-11 16:49:57 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/917753002/40001
5 years, 10 months ago (2015-02-11 16:50:15 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 10 months ago (2015-02-11 17:22:56 UTC) #9
commit-bot: I haz the power
5 years, 10 months ago (2015-02-11 17:23:10 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/9b158fa79a510bd1fee2f663163d9116879cb33a
Cr-Commit-Position: refs/heads/master@{#26594}

Powered by Google App Engine
This is Rietveld 408576698