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

Issue 1696743002: PPC: [runtime] Introduce FastNewStrictArgumentsStub to optimize strict arguments. (Closed)

Created:
4 years, 10 months ago by MTBrandyberry
Modified:
4 years, 10 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: [runtime] Introduce FastNewStrictArgumentsStub to optimize strict arguments. Port 09d845354742a90fc0596262eb5cbaac169e5ed9 Original commit message: The FastNewStrictArgumentsStub is very similar to the recently added FastNewRestParameterStub, it's actually almost a copy of it, except that it doesn't have the fast case we have for the empty rest parameter. This patch improves strict arguments in TurboFan and fullcodegen by up to 10x compared to the previous version. Also introduce proper JSSloppyArgumentsObject and JSStrictArgumentsObject for the in-object properties instead of having them as constants in the Heap class. Drive-by-fix: Use this stub and the FastNewRestParameterStub in the interpreter to avoid the runtime call overhead for strict arguments and rest parameter creation. R=bmeurer@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com BUG= Committed: https://crrev.com/fb10f8fafdbf72e6dd1fa721c926507f3625fb3a Cr-Commit-Position: refs/heads/master@{#33963}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -122 lines) Patch
M src/full-codegen/ppc/full-codegen-ppc.cc View 1 chunk +22 lines, -18 lines 0 comments Download
M src/ppc/builtins-ppc.cc View 1 chunk +1 line, -3 lines 0 comments Download
M src/ppc/code-stubs-ppc.cc View 5 chunks +119 lines, -101 lines 0 comments Download
M src/ppc/interface-descriptors-ppc.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
MTBrandyberry
4 years, 10 months ago (2016-02-12 15:52:51 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/1696743002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1696743002/1
4 years, 10 months ago (2016-02-12 15:53:07 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-12 16:12:30 UTC) #5
michael_dawson
On 2016/02/12 16:12:30, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
4 years, 10 months ago (2016-02-12 23:07:56 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1696743002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1696743002/1
4 years, 10 months ago (2016-02-12 23:11:24 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 10 months ago (2016-02-12 23:13:32 UTC) #9
commit-bot: I haz the power
4 years, 10 months ago (2016-02-12 23:13:48 UTC) #11
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/fb10f8fafdbf72e6dd1fa721c926507f3625fb3a
Cr-Commit-Position: refs/heads/master@{#33963}

Powered by Google App Engine
This is Rietveld 408576698