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

Issue 936393003: Work around race condition in MakeArray for ASSERTs and document assumptions. (Closed)

Created:
5 years, 10 months ago by koda
Modified:
5 years, 10 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Work around race condition in MakeArray for ASSERTs and document assumptions. BUG=dart:22501 Committed: https://code.google.com/p/dart/source/detail?r=43898

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -1 line) Patch
M runtime/vm/object.cc View 1 1 chunk +10 lines, -1 line 0 comments Download
M runtime/vm/raw_object.cc View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
koda
5 years, 10 months ago (2015-02-19 20:56:45 UTC) #1
Ivan Posva
LGTMwC -ip https://codereview.chromium.org/936393003/diff/60001/runtime/vm/raw_object.cc File runtime/vm/raw_object.cc (right): https://codereview.chromium.org/936393003/diff/60001/runtime/vm/raw_object.cc#newcode219 runtime/vm/raw_object.cc:219: if ((instance_size > tags_size && tags_size > ...
5 years, 10 months ago (2015-02-19 22:43:56 UTC) #2
koda
https://codereview.chromium.org/936393003/diff/60001/runtime/vm/raw_object.cc File runtime/vm/raw_object.cc (right): https://codereview.chromium.org/936393003/diff/60001/runtime/vm/raw_object.cc#newcode219 runtime/vm/raw_object.cc:219: if ((instance_size > tags_size && tags_size > 0) && ...
5 years, 10 months ago (2015-02-19 22:48:49 UTC) #3
koda
5 years, 10 months ago (2015-02-19 22:55:56 UTC) #4
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as r43898 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698