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

Issue 694773002: Skip the CallFunctionStub when the callee function can be statically determined. (Closed)

Created:
6 years, 1 month ago by titzer
Modified:
6 years, 1 month ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Skip the CallFunctionStub when the callee function can be statically determined. R=mstarzinger@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=25042

Patch Set 1 #

Total comments: 1

Patch Set 2 : Address review comments. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -66 lines) Patch
M src/compiler/arm/linkage-arm.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/compiler/arm64/linkage-arm64.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/compiler/ia32/linkage-ia32.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/compiler/js-generic-lowering.h View 1 1 chunk +2 lines, -0 lines 1 comment Download
M src/compiler/js-generic-lowering.cc View 1 2 chunks +40 lines, -7 lines 0 comments Download
M src/compiler/linkage.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/compiler/linkage.cc View 2 chunks +7 lines, -4 lines 0 comments Download
M src/compiler/linkage-impl.h View 5 chunks +45 lines, -41 lines 0 comments Download
M src/compiler/mips/linkage-mips.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/compiler/raw-machine-assembler.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/compiler/x64/linkage-x64.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M test/cctest/compiler/test-linkage.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
titzer
6 years, 1 month ago (2014-10-31 10:35:50 UTC) #1
Michael Starzinger
Looking good, just one suggestion. https://codereview.chromium.org/694773002/diff/1/src/compiler/js-generic-lowering.cc File src/compiler/js-generic-lowering.cc (right): https://codereview.chromium.org/694773002/diff/1/src/compiler/js-generic-lowering.cc#newcode427 src/compiler/js-generic-lowering.cc:427: if (func.HasValue()) { suggestion: ...
6 years, 1 month ago (2014-10-31 12:28:06 UTC) #2
titzer
On 2014/10/31 12:28:06, Michael Starzinger wrote: > Looking good, just one suggestion. > > https://codereview.chromium.org/694773002/diff/1/src/compiler/js-generic-lowering.cc ...
6 years, 1 month ago (2014-10-31 12:44:28 UTC) #3
Michael Starzinger
LGTM. https://codereview.chromium.org/694773002/diff/20001/src/compiler/js-generic-lowering.h File src/compiler/js-generic-lowering.h (right): https://codereview.chromium.org/694773002/diff/20001/src/compiler/js-generic-lowering.h#newcode70 src/compiler/js-generic-lowering.h:70: bool TryLowerDirectJSCall(Node* node); nit: C++ style guide wants ...
6 years, 1 month ago (2014-10-31 12:58:53 UTC) #4
titzer
6 years, 1 month ago (2014-10-31 16:35:55 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 25042 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698