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

Issue 1213623020: Remove separate construct stub for new.target users. (Closed)

Created:
5 years, 5 months ago by Michael Starzinger
Modified:
5 years, 5 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

Remove separate construct stub for new.target users. R=bmeurer@chromium.org Committed: https://crrev.com/e50c861b099b3bd3e1174b5f2843567620cc6842 Cr-Commit-Position: refs/heads/master@{#29562}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Ported to all architectures. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -202 lines) Patch
M src/arm/builtins-arm.cc View 1 10 chunks +15 lines, -31 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 1 10 chunks +18 lines, -38 lines 0 comments Download
M src/builtins.h View 2 chunks +0 lines, -2 lines 0 comments Download
M src/compiler.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/deoptimizer.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/frames.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 9 chunks +11 lines, -27 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 10 chunks +15 lines, -35 lines 0 comments Download
M src/mips64/builtins-mips64.cc View 1 10 chunks +15 lines, -35 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 9 chunks +11 lines, -27 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
Michael Starzinger
https://codereview.chromium.org/1213623020/diff/1/src/ia32/builtins-ia32.cc File src/ia32/builtins-ia32.cc (right): https://codereview.chromium.org/1213623020/diff/1/src/ia32/builtins-ia32.cc#newcode108 src/ia32/builtins-ia32.cc:108: int offset = kPointerSize; There actually seems to be ...
5 years, 5 months ago (2015-07-08 14:42:39 UTC) #3
arv (Not doing code reviews)
https://codereview.chromium.org/1213623020/diff/1/src/deoptimizer.cc File src/deoptimizer.cc (right): https://codereview.chromium.org/1213623020/diff/1/src/deoptimizer.cc#newcode1235 src/deoptimizer.cc:1235: value = reinterpret_cast<intptr_t>(isolate_->heap()->undefined_value()); Maybe I'm missing something here. Why ...
5 years, 5 months ago (2015-07-08 15:14:28 UTC) #4
Michael Starzinger
https://codereview.chromium.org/1213623020/diff/1/src/deoptimizer.cc File src/deoptimizer.cc (right): https://codereview.chromium.org/1213623020/diff/1/src/deoptimizer.cc#newcode1235 src/deoptimizer.cc:1235: value = reinterpret_cast<intptr_t>(isolate_->heap()->undefined_value()); On 2015/07/08 15:14:28, arv wrote: > ...
5 years, 5 months ago (2015-07-08 15:20:36 UTC) #5
arv (Not doing code reviews)
LGTM https://codereview.chromium.org/1213623020/diff/1/src/deoptimizer.cc File src/deoptimizer.cc (right): https://codereview.chromium.org/1213623020/diff/1/src/deoptimizer.cc#newcode1235 src/deoptimizer.cc:1235: value = reinterpret_cast<intptr_t>(isolate_->heap()->undefined_value()); On 2015/07/08 15:20:36, Michael Starzinger ...
5 years, 5 months ago (2015-07-08 15:31:02 UTC) #6
arv (Not doing code reviews)
Not LGTM... other ports needed of course.
5 years, 5 months ago (2015-07-08 15:31:35 UTC) #7
Michael Starzinger
Just finished with the ports (except PPC and x87, /me is lazy).
5 years, 5 months ago (2015-07-08 15:32:57 UTC) #8
arv (Not doing code reviews)
LGTM So much nicer. We need to keep a close eye on the perf tests ...
5 years, 5 months ago (2015-07-08 15:43:25 UTC) #9
Benedikt Meurer
LGTM. I love it!
5 years, 5 months ago (2015-07-08 19:13:42 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1213623020/20001
5 years, 5 months ago (2015-07-10 08:25:07 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 5 months ago (2015-07-10 08:50:29 UTC) #13
commit-bot: I haz the power
5 years, 5 months ago (2015-07-10 08:50:40 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e50c861b099b3bd3e1174b5f2843567620cc6842
Cr-Commit-Position: refs/heads/master@{#29562}

Powered by Google App Engine
This is Rietveld 408576698