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

Issue 216383004: Merge initial implementation of deferred handling in the VM: (Closed)

Created:
6 years, 9 months ago by Ivan Posva
Modified:
6 years, 8 months ago
Reviewers:
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Merge initial implementation of deferred handling in the VM: svn merge -c 34481 https://dart.googlecode.com/svn/branches/bleeding_edge/dart . svn merge -c 34484 https://dart.googlecode.com/svn/branches/bleeding_edge/dart . svn merge -c 34486 https://dart.googlecode.com/svn/branches/bleeding_edge/dart .

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+338 lines, -112 lines) Patch
M runtime/lib/corelib_sources.gypi View 1 chunk +1 line, -0 lines 0 comments Download
A + runtime/lib/lib_prefix.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
M runtime/lib/object.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/compiler.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object.h View 4 chunks +52 lines, -37 lines 0 comments Download
M runtime/vm/object.cc View 11 chunks +101 lines, -9 lines 0 comments Download
M runtime/vm/object_store.h View 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/object_store.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/parser.h View 4 chunks +8 lines, -1 line 0 comments Download
M runtime/vm/parser.cc View 10 chunks +106 lines, -34 lines 0 comments Download
M runtime/vm/raw_object.h View 4 chunks +18 lines, -14 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 2 chunks +5 lines, -1 line 0 comments Download
M runtime/vm/snapshot.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/symbols.h View 1 chunk +2 lines, -0 lines 0 comments Download
M tests/language/deferred_constraints_type_annotation_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/language.status View 2 chunks +15 lines, -10 lines 0 comments Download
M tests/lib/lib.status View 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/issue14236_source.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/standalone/issue14236_test.dart View Binary file 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698