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

Issue 1698173002: MIPS64: Fix '[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: Fix '[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. BUG= Committed: https://crrev.com/3b980234c8d4574360fd894d69b9b1850ef0db98 Cr-Commit-Position: refs/heads/master@{#34003}

Patch Set 1 #

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

Messages

Total messages: 8 (3 generated)
balazs.kilvady
4 years, 10 months ago (2016-02-15 16:47:57 UTC) #2
akos.palfi.imgtec
LGTM.
4 years, 10 months ago (2016-02-15 16:53:07 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1698173002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1698173002/1
4 years, 10 months ago (2016-02-15 17:05:09 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 10 months ago (2016-02-15 17:30:33 UTC) #6
commit-bot: I haz the power
4 years, 10 months ago (2016-02-15 17:31:05 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/3b980234c8d4574360fd894d69b9b1850ef0db98
Cr-Commit-Position: refs/heads/master@{#34003}

Powered by Google App Engine
This is Rietveld 408576698