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

Issue 1700463002: Clone both descriptor and data array when compiling in background (Closed)

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

Clone both descriptor and data array when compiling in background. Eliminates crashes when ic_data array invocation counter is changed while compiling (e.g., NumberOfUsedChecks can change on the fly). BUG= R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/420843a75f3731437195d0ebc70a75bbc86efcc2

Patch Set 1 #

Patch Set 2 : typo fix #

Total comments: 4

Patch Set 3 : Reviewer's comments #

Patch Set 4 : Reviewer's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -21 lines) Patch
M runtime/vm/compiler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/coverage.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/object.h View 1 2 2 chunks +4 lines, -7 lines 0 comments Download
M runtime/vm/object.cc View 1 2 4 chunks +16 lines, -7 lines 0 comments Download
M runtime/vm/source_report.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (5 generated)
srdjan
4 years, 10 months ago (2016-02-12 21:49:31 UTC) #5
siva
lgtm https://codereview.chromium.org/1700463002/diff/20001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/1700463002/diff/20001/runtime/vm/object.cc#newcode12327 runtime/vm/object.cc:12327: } I think there are many places where ...
4 years, 10 months ago (2016-02-12 22:10:25 UTC) #6
srdjan
https://codereview.chromium.org/1700463002/diff/20001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/1700463002/diff/20001/runtime/vm/object.cc#newcode12327 runtime/vm/object.cc:12327: } On 2016/02/12 22:10:24, siva wrote: > I think ...
4 years, 10 months ago (2016-02-12 22:20:38 UTC) #7
srdjan
4 years, 10 months ago (2016-02-12 22:54:59 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
420843a75f3731437195d0ebc70a75bbc86efcc2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698