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

Issue 1699183002: MIPS64: Fix2 '[runtime] Introduce FastNewStrictArgumentsStub to optimize strict arguments.' (Closed)

Created:
4 years, 10 months ago by balazs.kilvady
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

MIPS64: Fix2 '[runtime] Introduce FastNewStrictArgumentsStub to optimize strict arguments.' Port 09d845354742a90fc0596262eb5cbaac169e5ed9 More fix after 3b980234c8d4574360fd894d69b9b1850ef0db98 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. BUG= Committed: https://crrev.com/f739088baa558a461b6c22b5b19d9d0f69e1a2df Cr-Commit-Position: refs/heads/master@{#34043}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M src/mips64/code-stubs-mips64.cc View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
balazs.kilvady
Additional fix, PTAL.
4 years, 10 months ago (2016-02-16 17:41:13 UTC) #2
akos.palfi.imgtec
LGTM.
4 years, 10 months ago (2016-02-16 18:06:28 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1699183002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1699183002/1
4 years, 10 months ago (2016-02-16 18:12:27 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 10 months ago (2016-02-16 18:30:43 UTC) #6
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 18:30:52 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/f739088baa558a461b6c22b5b19d9d0f69e1a2df
Cr-Commit-Position: refs/heads/master@{#34043}

Powered by Google App Engine
This is Rietveld 408576698