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

Issue 2044423003: Remember inside an ICData if it is for a static call or an instance call (Closed)

Created:
4 years, 6 months ago by Cutch
Modified:
4 years, 6 months ago
Reviewers:
rmacnak
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Remember inside an ICData if it is for a static call or an instance call - [x] Add an is static call bit to ICData - [x] Rewrite the reset ICData iterators to rely on that bit rather than the function's ic data map BUG= R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/9256d49af59473f9693c8a60bfe30995c0fb5cec

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -111 lines) Patch
M runtime/vm/aot_optimizer.cc View 1 4 chunks +5 lines, -4 lines 0 comments Download
M runtime/vm/code_patcher_arm64_test.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/code_patcher_arm_test.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/code_patcher_ia32_test.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/code_patcher_mips_test.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/code_patcher_x64_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 2 chunks +5 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 6 chunks +12 lines, -6 lines 0 comments Download
M runtime/vm/intrinsifier.cc View 1 3 chunks +6 lines, -3 lines 0 comments Download
M runtime/vm/isolate_reload.cc View 1 4 chunks +5 lines, -46 lines 0 comments Download
M runtime/vm/jit_optimizer.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/object.h View 1 8 chunks +19 lines, -5 lines 0 comments Download
M runtime/vm/object.cc View 1 7 chunks +22 lines, -5 lines 0 comments Download
M runtime/vm/object_reload.cc View 1 2 chunks +39 lines, -31 lines 0 comments Download
M runtime/vm/object_test.cc View 1 3 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
Cutch
4 years, 6 months ago (2016-06-08 21:27:21 UTC) #3
rmacnak
https://codereview.chromium.org/2044423003/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/2044423003/diff/1/runtime/vm/object.cc#newcode13451 runtime/vm/object.cc:13451: intptr_t num_args_tested) { There are more places in flow_graph_inliner, ...
4 years, 6 months ago (2016-06-08 22:10:36 UTC) #4
Cutch
https://codereview.chromium.org/2044423003/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/2044423003/diff/1/runtime/vm/object.cc#newcode13451 runtime/vm/object.cc:13451: intptr_t num_args_tested) { On 2016/06/08 22:10:36, rmacnak wrote: > ...
4 years, 6 months ago (2016-06-08 23:33:53 UTC) #5
rmacnak
lgtm
4 years, 6 months ago (2016-06-08 23:41:14 UTC) #6
Cutch
Committed patchset #2 (id:20001) manually as 9256d49af59473f9693c8a60bfe30995c0fb5cec (presubmit successful).
4 years, 6 months ago (2016-06-13 20:09:54 UTC) #8
Cutch
4 years, 6 months ago (2016-06-13 20:22:42 UTC) #9
Message was sent while issue was closed.
On 2016/06/13 20:09:54, Cutch wrote:
> Committed patchset #2 (id:20001) manually as
> 9256d49af59473f9693c8a60bfe30995c0fb5cec (presubmit successful).

The right version of this CL was committed from this CL:
https://codereview.chromium.org/2064693003

Powered by Google App Engine
This is Rietveld 408576698