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

Issue 2732273002: VM: [Kernel] Set DoubleInitializedBit on fields with double initializers. (Closed)

Created:
3 years, 9 months ago by Vyacheslav Egorov (Google)
Modified:
3 years, 9 months ago
Reviewers:
erikcorry
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

VM: [Kernel] Set DoubleInitializedBit on fields with double initializers. If this field is not set correctly then background compiler constantly bails out when encoutering stores to these fields. R=erikcorry@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/9bd34ef7858920bc500aa31c58ae8fc39bb64b99

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -10 lines) Patch
M runtime/vm/kernel_reader.cc View 1 chunk +20 lines, -10 lines 2 comments Download

Messages

Total messages: 5 (1 generated)
Vyacheslav Egorov (Google)
3 years, 9 months ago (2017-03-07 12:24:55 UTC) #1
erikcorry
lgtm https://codereview.chromium.org/2732273002/diff/1/runtime/vm/kernel_reader.cc File runtime/vm/kernel_reader.cc (right): https://codereview.chromium.org/2732273002/diff/1/runtime/vm/kernel_reader.cc#newcode584 runtime/vm/kernel_reader.cc:584: field.set_is_double_initialized(true); Comment suggestion: The field is initialized with ...
3 years, 9 months ago (2017-03-07 12:32:50 UTC) #2
Vyacheslav Egorov (Google)
Thanks https://codereview.chromium.org/2732273002/diff/1/runtime/vm/kernel_reader.cc File runtime/vm/kernel_reader.cc (right): https://codereview.chromium.org/2732273002/diff/1/runtime/vm/kernel_reader.cc#newcode584 runtime/vm/kernel_reader.cc:584: field.set_is_double_initialized(true); On 2017/03/07 12:32:50, erikcorry wrote: > Comment ...
3 years, 9 months ago (2017-03-07 13:44:25 UTC) #3
Vyacheslav Egorov (Google)
3 years, 9 months ago (2017-03-07 13:52:58 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
9bd34ef7858920bc500aa31c58ae8fc39bb64b99 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698