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

Issue 1414933006: Copy ICData descriptors when starting background compilation, so that they do not change while comp… (Closed)

Created:
5 years, 1 month ago by srdjan
Modified:
5 years, 1 month ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Copy ICData descriptors when starting background compilation, so that they do not change while compiling BUG= R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/44ccbb5e295c44b29754705ebca526ff56a0635f

Patch Set 1 #

Patch Set 2 : j #

Total comments: 6

Patch Set 3 : fix test #

Total comments: 4

Patch Set 4 : d #

Patch Set 5 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -9 lines) Patch
M runtime/vm/compiler.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/compiler.cc View 1 2 3 4 4 chunks +19 lines, -5 lines 0 comments Download
M runtime/vm/compiler_test.cc View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/coverage.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/object.h View 1 2 3 4 2 chunks +10 lines, -1 line 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 3 chunks +22 lines, -1 line 0 comments Download

Messages

Total messages: 5 (1 generated)
srdjan
5 years, 1 month ago (2015-10-27 22:49:58 UTC) #2
siva
LGTM with some comments. https://codereview.chromium.org/1414933006/diff/20001/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/1414933006/diff/20001/runtime/vm/compiler.cc#newcode432 runtime/vm/compiler.cc:432: ASSERT(!Thread::Current()->IsMutatorThread()); ASSERT(!thread->IsMutatorThread()); https://codereview.chromium.org/1414933006/diff/20001/runtime/vm/compiler.cc#newcode436 runtime/vm/compiler.cc:436: ASSERT(Thread::Current()->IsMutatorThread()); ...
5 years, 1 month ago (2015-10-27 23:36:46 UTC) #3
srdjan
https://codereview.chromium.org/1414933006/diff/20001/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/1414933006/diff/20001/runtime/vm/compiler.cc#newcode432 runtime/vm/compiler.cc:432: ASSERT(!Thread::Current()->IsMutatorThread()); On 2015/10/27 23:36:45, siva wrote: > ASSERT(!thread->IsMutatorThread()); Done. ...
5 years, 1 month ago (2015-10-28 16:54:43 UTC) #4
srdjan
5 years, 1 month ago (2015-10-28 17:20:15 UTC) #5
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
44ccbb5e295c44b29754705ebca526ff56a0635f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698