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

Issue 10050022: Fix lazy initialization of static fields (issue 2472). (Closed)

Created:
8 years, 8 months ago by regis
Modified:
8 years, 8 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix lazy initialization of static fields (issue 2472). Committed: https://code.google.com/p/dart/source/detail?r=6438

Patch Set 1 #

Total comments: 20

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -62 lines) Patch
M runtime/vm/ast.cc View 1 1 chunk +22 lines, -1 line 0 comments Download
M runtime/vm/object.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 5 chunks +152 lines, -60 lines 0 comments Download
M tests/language/language.status View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
regis
8 years, 8 months ago (2012-04-11 18:25:53 UTC) #1
srdjan
https://chromiumcodereview.appspot.com/10050022/diff/1/runtime/vm/ast.cc File runtime/vm/ast.cc (right): https://chromiumcodereview.appspot.com/10050022/diff/1/runtime/vm/ast.cc#newcode416 runtime/vm/ast.cc:416: ASSERT(!field.IsNull()); Please add a comment why the field must ...
8 years, 8 months ago (2012-04-11 19:52:51 UTC) #2
regis
Thanks! https://chromiumcodereview.appspot.com/10050022/diff/1/runtime/vm/ast.cc File runtime/vm/ast.cc (right): https://chromiumcodereview.appspot.com/10050022/diff/1/runtime/vm/ast.cc#newcode416 runtime/vm/ast.cc:416: ASSERT(!field.IsNull()); On 2012/04/11 19:52:51, srdjan wrote: > Please ...
8 years, 8 months ago (2012-04-11 21:11:24 UTC) #3
srdjan
8 years, 8 months ago (2012-04-11 21:16:35 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698