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

Issue 1544583002: For background compilation we copy ICData so that it is immutable during comnpilation. However, we … (Closed)

Created:
4 years, 12 months ago by srdjan
Modified:
4 years, 12 months ago
Reviewers:
zra
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

For background compilation we copy ICData so that it is immutable during comnpilation. However, we must emit the original, shared ICData in the code. Provide a link from cloned ICData object to the original one. BUG= R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/ab7525a8201dba6bc0974f92fa0d39de98abb6d6

Patch Set 1 #

Patch Set 2 : l #

Total comments: 6

Patch Set 3 : a #

Patch Set 4 : Review #

Patch Set 5 : remove flag #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -20 lines) Patch
M runtime/vm/assembler_arm.cc View 5 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm64.cc View 4 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/assembler_ia32.cc View 6 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 4 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 6 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object.h View 1 chunk +12 lines, -3 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 5 chunks +38 lines, -4 lines 0 comments Download
M runtime/vm/object_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/pages.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
srdjan
4 years, 12 months ago (2015-12-21 18:39:17 UTC) #2
zra
https://codereview.chromium.org/1544583002/diff/20001/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/1544583002/diff/20001/runtime/vm/compiler.cc#newcode45 runtime/vm/compiler.cc:45: DEFINE_FLAG(bool, always_clone_ic_descriptor, false, "Testing flag"); Did you mean to ...
4 years, 12 months ago (2015-12-21 19:31:47 UTC) #3
srdjan
PTAL https://codereview.chromium.org/1544583002/diff/20001/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/1544583002/diff/20001/runtime/vm/compiler.cc#newcode45 runtime/vm/compiler.cc:45: DEFINE_FLAG(bool, always_clone_ic_descriptor, false, "Testing flag"); On 2015/12/21 19:31:47, ...
4 years, 12 months ago (2015-12-21 20:22:49 UTC) #4
zra
lgtm
4 years, 12 months ago (2015-12-21 20:25:25 UTC) #5
srdjan
4 years, 12 months ago (2015-12-21 22:49:34 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
ab7525a8201dba6bc0974f92fa0d39de98abb6d6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698