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

Issue 2172223002: [stubs] Call interface descriptors cleanup. (Closed)

Created:
4 years, 5 months ago by Igor Sheludko
Modified:
4 years, 4 months ago
CC:
v8-reviews_googlegroups.com, oth, rmcilroy
Base URL:
https://chromium.googlesource.com/v8/v8.git@store-ic-tf
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[stubs] Call interface descriptors cleanup. This is a first step towards a perfect world where a call interface descriptor is the only place that defines calling convention for a particular code stub. Committed: https://crrev.com/13aa1d020333a45442b76848969cdce4f3e96aa8 Cr-Commit-Position: refs/heads/master@{#38059}

Patch Set 1 #

Patch Set 2 : conversions #

Total comments: 3

Patch Set 3 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+853 lines, -569 lines) Patch
M src/builtins/builtins-conversion.cc View 1 4 chunks +11 lines, -7 lines 0 comments Download
M src/builtins/builtins-handler.cc View 5 chunks +30 lines, -28 lines 0 comments Download
M src/code-stub-assembler.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M src/code-stubs.h View 23 chunks +29 lines, -46 lines 0 comments Download
M src/code-stubs.cc View 17 chunks +53 lines, -75 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 27 chunks +54 lines, -51 lines 0 comments Download
M src/compiler/code-assembler.h View 3 chunks +32 lines, -0 lines 0 comments Download
M src/compiler/code-assembler.cc View 2 chunks +131 lines, -0 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 4 chunks +30 lines, -9 lines 0 comments Download
M src/compiler/node.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/node.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M src/ic/ic.cc View 9 chunks +67 lines, -38 lines 0 comments Download
M src/interface-descriptors.h View 29 chunks +72 lines, -89 lines 0 comments Download
M src/interface-descriptors.cc View 25 chunks +126 lines, -102 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 2 13 chunks +30 lines, -12 lines 0 comments Download
M src/interpreter/interpreter-assembler.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +23 lines, -22 lines 0 comments Download
M test/cctest/compiler/test-node.cc View 1 chunk +74 lines, -0 lines 0 comments Download
M test/unittests/interpreter/interpreter-assembler-unittest.cc View 17 chunks +64 lines, -82 lines 0 comments Download

Messages

Total messages: 34 (25 generated)
Igor Sheludko
PTAL
4 years, 4 months ago (2016-07-26 08:14:52 UTC) #17
Igor Sheludko
Ross, PTAL @ interpreter Michi, PTAL @ compiler Michael, PTAL @ all
4 years, 4 months ago (2016-07-26 09:59:48 UTC) #21
mvstanton
LGTM, good cleanup. :) https://codereview.chromium.org/2172223002/diff/100001/test/cctest/compiler/test-node.cc File test/cctest/compiler/test-node.cc (right): https://codereview.chromium.org/2172223002/diff/100001/test/cctest/compiler/test-node.cc#newcode323 test/cctest/compiler/test-node.cc:323: TEST(InsertInputs) { Nice test, thanks!
4 years, 4 months ago (2016-07-26 10:55:03 UTC) #24
rmcilroy
Interpreter LGTM with a comment. https://codereview.chromium.org/2172223002/diff/100001/src/interpreter/interpreter.cc File src/interpreter/interpreter.cc (right): https://codereview.chromium.org/2172223002/diff/100001/src/interpreter/interpreter.cc#newcode387 src/interpreter/interpreter.cc:387: typedef InterpreterAssembler::Arg Arg; Please ...
4 years, 4 months ago (2016-07-26 13:27:54 UTC) #25
Michael Starzinger
LGTM on compiler. I am not fully convinced of the reshuffling in JSGenericLowering, but I ...
4 years, 4 months ago (2016-07-26 13:45:47 UTC) #26
Igor Sheludko
Thanks! Landing... https://codereview.chromium.org/2172223002/diff/100001/src/interpreter/interpreter.cc File src/interpreter/interpreter.cc (right): https://codereview.chromium.org/2172223002/diff/100001/src/interpreter/interpreter.cc#newcode387 src/interpreter/interpreter.cc:387: typedef InterpreterAssembler::Arg Arg; On 2016/07/26 13:27:53, rmcilroy ...
4 years, 4 months ago (2016-07-26 14:30:31 UTC) #27
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/2172223002/120001
4 years, 4 months ago (2016-07-26 14:30:48 UTC) #30
commit-bot: I haz the power
Committed patchset #3 (id:120001)
4 years, 4 months ago (2016-07-26 14:56:11 UTC) #32
commit-bot: I haz the power
4 years, 4 months ago (2016-07-26 14:56:42 UTC) #34
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/13aa1d020333a45442b76848969cdce4f3e96aa8
Cr-Commit-Position: refs/heads/master@{#38059}

Powered by Google App Engine
This is Rietveld 408576698