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

Issue 1240993002: [turbofan] Support handling of default super calls. (Closed)

Created:
5 years, 5 months ago by Michael Starzinger
Modified:
5 years, 5 months ago
Reviewers:
rossberg, adamk
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Support handling of default super calls. This implements the missing %DefaultConstructorCallSuper runtime functionality, thereby allowing all compilers to fall-back to that implementation when the appropriate intrinsic is missing. R=rossberg@chromium.org Committed: https://crrev.com/37c2094e8c956e4ef816e7de1a2da9db78e5623d Cr-Commit-Position: refs/heads/master@{#29753}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix missing frame-state. #

Patch Set 3 : Always install internal functions. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -17 lines) Patch
M src/bootstrapper.cc View 1 2 1 chunk +12 lines, -13 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/compiler/linkage.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime/runtime-classes.cc View 1 chunk +43 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 11 (2 generated)
Michael Starzinger
Andreas: PTAL. Adam: FYI.
5 years, 5 months ago (2015-07-17 13:42:53 UTC) #2
adamk
https://codereview.chromium.org/1240993002/diff/1/src/runtime/runtime-classes.cc File src/runtime/runtime-classes.cc (right): https://codereview.chromium.org/1240993002/diff/1/src/runtime/runtime-classes.cc#newcode558 src/runtime/runtime-classes.cc:558: RUNTIME_ASSERT(reflect->IsJSFunction()); // Depends on --harmony-reflect. --harmony-reflect isn't shipping soon, ...
5 years, 5 months ago (2015-07-17 20:04:01 UTC) #3
Michael Starzinger
https://codereview.chromium.org/1240993002/diff/1/src/runtime/runtime-classes.cc File src/runtime/runtime-classes.cc (right): https://codereview.chromium.org/1240993002/diff/1/src/runtime/runtime-classes.cc#newcode558 src/runtime/runtime-classes.cc:558: RUNTIME_ASSERT(reflect->IsJSFunction()); // Depends on --harmony-reflect. On 2015/07/17 20:04:01, adamk ...
5 years, 5 months ago (2015-07-20 09:03:57 UTC) #4
Michael Starzinger
https://codereview.chromium.org/1240993002/diff/1/src/runtime/runtime-classes.cc File src/runtime/runtime-classes.cc (right): https://codereview.chromium.org/1240993002/diff/1/src/runtime/runtime-classes.cc#newcode558 src/runtime/runtime-classes.cc:558: RUNTIME_ASSERT(reflect->IsJSFunction()); // Depends on --harmony-reflect. On 2015/07/20 09:03:56, Michael ...
5 years, 5 months ago (2015-07-20 09:14:39 UTC) #5
Michael Starzinger
Comments addressed. PTAL. https://codereview.chromium.org/1240993002/diff/1/src/runtime/runtime-classes.cc File src/runtime/runtime-classes.cc (right): https://codereview.chromium.org/1240993002/diff/1/src/runtime/runtime-classes.cc#newcode558 src/runtime/runtime-classes.cc:558: RUNTIME_ASSERT(reflect->IsJSFunction()); // Depends on --harmony-reflect. On ...
5 years, 5 months ago (2015-07-20 09:42:38 UTC) #6
rossberg
lgtm
5 years, 5 months ago (2015-07-20 13:24:45 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1240993002/40001
5 years, 5 months ago (2015-07-20 13:49:12 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 5 months ago (2015-07-20 13:50:23 UTC) #10
commit-bot: I haz the power
5 years, 5 months ago (2015-07-20 13:50:37 UTC) #11
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/37c2094e8c956e4ef816e7de1a2da9db78e5623d
Cr-Commit-Position: refs/heads/master@{#29753}

Powered by Google App Engine
This is Rietveld 408576698