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

Issue 1543253002: Basic TurboFan support for rest arguments. (Closed)

Created:
5 years ago by mvstanton
Modified:
4 years, 11 months ago
Reviewers:
Benedikt Meurer
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

Basic TurboFan support for rest arguments. TurboFan can accept them, it calls a runtime function to initialize the rest object as a JSArray. BUG= R=bmeurer@chromium.org Committed: https://crrev.com/66b0d0315fd545c78d2c16b9f3ec4bd6b0ea7c71 Cr-Commit-Position: refs/heads/master@{#33071}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Code comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -7 lines) Patch
M src/ast/ast-numbering.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 chunk +13 lines, -3 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/runtime/runtime.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime/runtime-scopes.cc View 1 2 chunks +36 lines, -0 lines 0 comments Download
M test/cctest/compiler/test-run-jsobjects.cc View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
mvstanton
Hi Benedikt, here is the basic turbofan support. Next in the series will be an ...
5 years ago (2015-12-23 14:00:05 UTC) #1
Benedikt Meurer
Thanks. LGTM once comments are addressed. https://codereview.chromium.org/1543253002/diff/1/src/runtime/runtime-scopes.cc File src/runtime/runtime-scopes.cc (right): https://codereview.chromium.org/1543253002/diff/1/src/runtime/runtime-scopes.cc#newcode525 src/runtime/runtime-scopes.cc:525: Handle<JSObject> NewStrictRestArguments(Isolate* isolate, ...
4 years, 12 months ago (2015-12-27 07:34:31 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1543253002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1543253002/20001
4 years, 11 months ago (2015-12-31 11:18:13 UTC) #5
mvstanton
Thanks Benedikt. BTW, I have an optimized patch as well, but there is a bug ...
4 years, 11 months ago (2015-12-31 11:26:59 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 11 months ago (2015-12-31 11:56:19 UTC) #7
commit-bot: I haz the power
4 years, 11 months ago (2015-12-31 11:56:43 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/66b0d0315fd545c78d2c16b9f3ec4bd6b0ea7c71
Cr-Commit-Position: refs/heads/master@{#33071}

Powered by Google App Engine
This is Rietveld 408576698