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

Issue 1374683006: PPC: [builtin] Refactor Invoke to deal with any kind of callable. (Closed)

Created:
5 years, 2 months ago by MTBrandyberry
Modified:
5 years, 2 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: [builtin] Refactor Invoke to deal with any kind of callable. Port 634d1d86d8e98584097c6cb548a68ecf705c44f7 Original commit message: Now both Execution::Call and Execution::New can deal with any kind of target and will raise a proper exception if the target is not callable (which is not yet spec compliant for New, as we would have to check IsConstructor instead, which we don't have yet). Now we no longer need to do any of these weird call/construct delegate gymnastics in C++, and we finally have a single true bottleneck for Call/Construct abstract operations in the code base, with only a few special handlings left in the compilers to optimize the JSFunction case. R=bmeurer@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, dstence@us.ibm.com BUG=v8:4430, v8:4413 LOG=n Committed: https://crrev.com/ba79bd48c264fc3f6dc25c944cad7b47c53ef3d2 Cr-Commit-Position: refs/heads/master@{#31025}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -38 lines) Patch
M src/ppc/builtins-ppc.cc View 3 chunks +43 lines, -38 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
MTBrandyberry
5 years, 2 months ago (2015-09-30 15:30:18 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/1374683006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1374683006/1
5 years, 2 months ago (2015-09-30 15:30:28 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-09-30 15:54:58 UTC) #5
michael_dawson
On 2015/09/30 15:54:58, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
5 years, 2 months ago (2015-09-30 16:22:20 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1374683006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1374683006/1
5 years, 2 months ago (2015-09-30 16:26:38 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 2 months ago (2015-09-30 16:28:50 UTC) #9
commit-bot: I haz the power
5 years, 2 months ago (2015-09-30 16:29:06 UTC) #10
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/ba79bd48c264fc3f6dc25c944cad7b47c53ef3d2
Cr-Commit-Position: refs/heads/master@{#31025}

Powered by Google App Engine
This is Rietveld 408576698