dart-sdk/samples
Ryan Macnak f62713e97c Fix app snapshots on IA32 Windows.
The file size is not rounded up after the isolate snapshot if there are no rodata/instruction pieces. The other OS's use mmap instead of read, which is apparently okay with over-reading the file.

Fixes #27786

R=asiva@google.com

Review URL: https://codereview.chromium.org/2521883002 .
2016-11-22 09:20:51 -08:00
..
build_dart
build_dart_simple
sample_extension Reload native extensions when starting from a snapshot. 2016-11-07 16:17:47 -08:00
.gitignore
README
samples.status Fix app snapshots on IA32 Windows. 2016-11-22 09:20:51 -08:00

This directory contains sample Dart programs.