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

Issue 1358203002: PPC: [builtins] Add support for NewTarget to Execution::New. (Closed)

Created:
5 years, 3 months ago by MTBrandyberry
Modified:
5 years, 3 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

PPC: [builtins] Add support for NewTarget to Execution::New. Port 1dfac69f1fb5ad8e2db2d5be591c094def55d451 Original commit message: Introduce new builtins Construct and ConstructFunction (in line with the Call and CallFunction builtins that we already have) as proper bottleneck for Construct and [[Construct]] on JSFunctions. Use these builtins to support passing NewTarget from C++ to JavaScript land. Long-term we want the CallConstructStub to be used for gathering feedback on entry to construction chain (i.e. the initial new Foo), and use the Construct builtins to do the actual work inside the construction chain (i.e. calling into super and stuff). R=bmeurer@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, dstence@us.ibm.com BUG=v8:4430 LOG=n Committed: https://crrev.com/0ad9b9e523c82320dc6fa5483d2fae56ea9cf9b4 Cr-Commit-Position: refs/heads/master@{#30872}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -63 lines) Patch
M src/full-codegen/ppc/full-codegen-ppc.cc View 2 chunks +7 lines, -10 lines 0 comments Download
M src/ppc/builtins-ppc.cc View 6 chunks +87 lines, -16 lines 0 comments Download
M src/ppc/code-stubs-ppc.cc View 2 chunks +11 lines, -37 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
MTBrandyberry
5 years, 3 months ago (2015-09-22 18:52:29 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1358203002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1358203002/1
5 years, 3 months ago (2015-09-22 18:52:47 UTC) #3
michael_dawson
On 2015/09/22 18:52:47, commit-bot: I haz the power wrote: > Dry run: CQ is trying ...
5 years, 3 months ago (2015-09-22 19:27:22 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-22 19:47:50 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1358203002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1358203002/1
5 years, 3 months ago (2015-09-22 19:53:54 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 3 months ago (2015-09-22 19:56:06 UTC) #9
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/0ad9b9e523c82320dc6fa5483d2fae56ea9cf9b4 Cr-Commit-Position: refs/heads/master@{#30872}
5 years, 3 months ago (2015-09-22 19:56:23 UTC) #10
JoranSiu
5 years, 3 months ago (2015-09-22 20:01:22 UTC) #11
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698