dart-sdk/runtime
Florian Schneider 2022348b11 Fix wrong initialization of is_loaded in LibraryPrefix.
My previous CL did not check if the prefix is deferred or not
when deserializing it from the snapshot.

BUG=
R=rmacnak@google.com

Review URL: https://codereview.chromium.org/2413113004 .
2016-10-13 13:51:02 -07:00
..
bin Fix for issue 27567 (inconsistent handling of invalid -D options 2016-10-12 18:42:30 -07:00
include Add --parse-all option in order to benchmark and measure the scanner/parser performance. 2016-09-23 15:20:39 -07:00
lib Fix issues with argument evaluation order and noSuchMethod errors. 2016-10-12 17:04:55 -07:00
observatory Mark reload_sources_test as slow 2016-10-13 11:02:36 -07:00
platform - fix some cases where we are using uninitialized memory 2016-10-05 16:54:18 -07:00
tests/vm Use checked-in .package file for building and testing 2016-09-16 15:03:18 +02:00
third_party - Add binary size analysis tool from Chromium. 2016-03-01 10:06:07 -08:00
tools Fix build break, set initial value for msan variable. 2016-10-03 12:45:45 -07:00
vm Fix wrong initialization of is_loaded in LibraryPrefix. 2016-10-13 13:51:02 -07:00
.gitignore
BUILD.gn Enable GN ASAN builds for Linux 2016-10-05 13:43:29 -07:00
codereview.settings
CPPLINT.cfg
dart-runtime.gyp Use checked-in .package file for building and testing 2016-09-16 15:03:18 +02:00
PRESUBMIT.py