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

Issue 11867015: Move verification of builtin_vtables into Dart::InitializeIsolate. (Closed)

Created:
7 years, 11 months ago by siva
Modified:
7 years, 11 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Move verification of builtin_vtables into Dart::InitializeIsolate. This ensures that we don't ASSERT on every handle assignment (not an issue with release builds but should help the debug builds some). Committed: https://code.google.com/p/dart/source/detail?r=17438

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -6 lines) Patch
M runtime/vm/dart.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/object.cc View 2 chunks +16 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
siva
7 years, 11 months ago (2013-01-18 02:35:33 UTC) #1
Ivan Posva
7 years, 11 months ago (2013-01-23 03:57:44 UTC) #2
LGTM -ip

Powered by Google App Engine
This is Rietveld 408576698