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

Issue 2060893002: PPC: Fix arguments object stubs for large arrays. (Closed)

Created:
4 years, 6 months ago by JaideepBajwa
Modified:
4 years, 6 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: Fix arguments object stubs for large arrays. Port e95cfafb67dba67eb7c541d97f5e69f8280df771 Original commit message: This fixes FastNewStrictArgumentsStub and FastNewRestParameterStub to no longer assume that the strict arguments object being allocated will fit into new-space. The case where said object needs to move to large object space is now handled in the runtime. R=mstarzinger@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, mbrandy@us.ibm.com BUG=chromium:614727 LOG=N Committed: https://crrev.com/145e16c39fab61b43ded33c6c2f18b596634bf39 Cr-Commit-Position: refs/heads/master@{#36934}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix typo in FastNewRestParameterStub::Generate #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -18 lines) Patch
M src/ppc/code-stubs-ppc.cc View 1 8 chunks +37 lines, -18 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
JaideepBajwa
PTAL
4 years, 6 months ago (2016-06-13 14:50:08 UTC) #1
john.yan
lgtm
4 years, 6 months ago (2016-06-13 14:51:53 UTC) #2
Michael Starzinger
LGTM with one comment. https://codereview.chromium.org/2060893002/diff/1/src/ppc/code-stubs-ppc.cc File src/ppc/code-stubs-ppc.cc (right): https://codereview.chromium.org/2060893002/diff/1/src/ppc/code-stubs-ppc.cc#newcode4698 src/ppc/code-stubs-ppc.cc:4698: __ cmpi(r4, Operand(Page::kMaxRegularHeapObjectSize)); I had ...
4 years, 6 months ago (2016-06-13 14:53:12 UTC) #3
JoranSiu
On 2016/06/13 14:50:08, JaideepBajwa wrote: > PTAL lgtm
4 years, 6 months ago (2016-06-13 14:53:37 UTC) #4
Michael Starzinger
https://codereview.chromium.org/2060893002/diff/1/src/ppc/code-stubs-ppc.cc File src/ppc/code-stubs-ppc.cc (right): https://codereview.chromium.org/2060893002/diff/1/src/ppc/code-stubs-ppc.cc#newcode4698 src/ppc/code-stubs-ppc.cc:4698: __ cmpi(r4, Operand(Page::kMaxRegularHeapObjectSize)); On 2016/06/13 14:53:11, Michael Starzinger wrote: ...
4 years, 6 months ago (2016-06-13 14:54:52 UTC) #5
JaideepBajwa
On 2016/06/13 14:53:12, Michael Starzinger wrote: > LGTM with one comment. > > https://codereview.chromium.org/2060893002/diff/1/src/ppc/code-stubs-ppc.cc > ...
4 years, 6 months ago (2016-06-13 15:00:22 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2060893002/20001
4 years, 6 months ago (2016-06-13 15:01:00 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-13 15:28:11 UTC) #10
commit-bot: I haz the power
4 years, 6 months ago (2016-06-13 15:29:05 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/145e16c39fab61b43ded33c6c2f18b596634bf39
Cr-Commit-Position: refs/heads/master@{#36934}

Powered by Google App Engine
This is Rietveld 408576698