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

Issue 2532483002: [stubs] Port FastFunctionBindStub to TF (Closed)

Created:
4 years ago by danno
Modified:
4 years ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[stubs] Port FastFunctionBindStub to TF BUG=chromium:608675 LOG=N Committed: https://crrev.com/2b991784a4b7d212bc92e31f0da3e48603da1180 Cr-Commit-Position: refs/heads/master@{#41439}

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Merge with ToT #

Patch Set 4 : Platform ports #

Patch Set 5 : Rebase #

Patch Set 6 : Fix variable type #

Patch Set 7 : Fix function length #

Total comments: 56

Patch Set 8 : Review feedback #

Total comments: 3

Patch Set 9 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+200 lines, -265 lines) Patch
M src/arm/code-stubs-arm.cc View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M src/bootstrapper.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -14 lines 0 comments Download
M src/builtins/builtins.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M src/builtins/builtins-array.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M src/builtins/builtins-function.cc View 1 2 3 4 5 6 7 8 2 chunks +183 lines, -0 lines 0 comments Download
M src/code-factory.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/code-factory.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M src/code-stubs.h View 1 2 2 chunks +0 lines, -13 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 2 1 chunk +0 lines, -185 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M src/interface-descriptors.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M src/mips64/code-stubs-mips64.cc View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M src/ppc/code-stubs-ppc.cc View 1 2 3 4 1 chunk +0 lines, -6 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M src/x87/code-stubs-x87.cc View 1 2 3 4 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 37 (29 generated)
danno
PTAL
4 years ago (2016-12-01 10:20:11 UTC) #18
Igor Sheludko
https://codereview.chromium.org/2532483002/diff/120001/src/builtins/builtins-function.cc File src/builtins/builtins-function.cc (right): https://codereview.chromium.org/2532483002/diff/120001/src/builtins/builtins-function.cc#newcode268 src/builtins/builtins-function.cc:268: Node* argc = assembler.Parameter(1); 1) BuiltinDescriptor::kArgumentsCount? 2) argc is ...
4 years ago (2016-12-01 11:50:41 UTC) #19
Igor Sheludko
https://codereview.chromium.org/2532483002/diff/120001/src/builtins/builtins-function.cc File src/builtins/builtins-function.cc (right): https://codereview.chromium.org/2532483002/diff/120001/src/builtins/builtins-function.cc#newcode443 src/builtins/builtins-function.cc:443: assembler.StoreMapNoWriteBarrier(bound_function, bound_function_map.value()); On 2016/12/01 11:50:40, Igor Sheludko wrote: > ...
4 years ago (2016-12-01 13:46:07 UTC) #20
danno
I think I addressed all of the review comments. Please take another look. https://codereview.chromium.org/2532483002/diff/120001/src/builtins/builtins-function.cc File ...
4 years ago (2016-12-01 15:43:33 UTC) #21
Igor Sheludko
lgtm with nits: https://codereview.chromium.org/2532483002/diff/140001/src/builtins/builtins-function.cc File src/builtins/builtins-function.cc (right): https://codereview.chromium.org/2532483002/diff/140001/src/builtins/builtins-function.cc#newcode295 src/builtins/builtins-function.cc:295: assembler.LoadObjectField(receiver_map, Map::kDescriptorsOffset); LoadMapDescriptors() https://codereview.chromium.org/2532483002/diff/140001/src/builtins/builtins-function.cc#newcode308 src/builtins/builtins-function.cc:308: assembler.IntPtrConstant(DescriptorArray::ToKeyIndex(length_index)), ...
4 years ago (2016-12-01 16:17:40 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2532483002/160001
4 years ago (2016-12-01 21:13:08 UTC) #33
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years ago (2016-12-01 21:15:19 UTC) #35
commit-bot: I haz the power
4 years ago (2016-12-01 21:15:59 UTC) #37
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/2b991784a4b7d212bc92e31f0da3e48603da1180
Cr-Commit-Position: refs/heads/master@{#41439}

Powered by Google App Engine
This is Rietveld 408576698