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

Issue 2577913003: [turbofan] Combine family of CallStub() methods into single implementation. (Closed)

Created:
4 years ago by Igor Sheludko
Modified:
4 years ago
Reviewers:
Michael Starzinger
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Combine family of CallStub() methods into single implementation. .. by using variadic templates in CodeAssembler. BUG= Review-Url: https://codereview.chromium.org/2577913003 Cr-Commit-Position: refs/heads/master@{#41749} Committed: https://chromium.googlesource.com/v8/v8/+/6eeab124143a0f98cbc72e7a8b721b1bf9c83978

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -186 lines) Patch
M src/compiler/code-assembler.h View 2 chunks +17 lines, -24 lines 0 comments Download
M src/compiler/code-assembler.cc View 1 5 chunks +30 lines, -132 lines 0 comments Download
M src/fast-accessor-assembler.cc View 1 chunk +7 lines, -17 lines 0 comments Download
M src/interpreter/interpreter.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M src/interpreter/interpreter-assembler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/interpreter/interpreter-intrinsics.cc View 1 chunk +7 lines, -5 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 15 (10 generated)
Igor Sheludko
PTAL
4 years ago (2016-12-16 09:34:56 UTC) #5
Michael Starzinger
LGTM. https://codereview.chromium.org/2577913003/diff/20001/src/compiler/code-assembler.cc File src/compiler/code-assembler.cc (right): https://codereview.chromium.org/2577913003/diff/20001/src/compiler/code-assembler.cc#newcode504 src/compiler/code-assembler.cc:504: int stack_parameter_count = argc - descriptor.GetRegisterParameterCount(); It is ...
4 years ago (2016-12-16 10:08:16 UTC) #8
Igor Sheludko
https://codereview.chromium.org/2577913003/diff/20001/src/compiler/code-assembler.cc File src/compiler/code-assembler.cc (right): https://codereview.chromium.org/2577913003/diff/20001/src/compiler/code-assembler.cc#newcode504 src/compiler/code-assembler.cc:504: int stack_parameter_count = argc - descriptor.GetRegisterParameterCount(); On 2016/12/16 10:08:15, ...
4 years ago (2016-12-16 10:15:06 UTC) #9
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/2577913003/40001
4 years ago (2016-12-16 10:15:25 UTC) #12
commit-bot: I haz the power
4 years ago (2016-12-16 10:40:23 UTC) #15
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/6eeab124143a0f98cbc72e7a8b721b1bf9c...

Powered by Google App Engine
This is Rietveld 408576698