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 Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
build_dart_simple Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
sample_extension Reload native extensions when starting from a snapshot. 2016-11-07 16:17:47 -08:00
.gitignore Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
README Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
samples.status Fix app snapshots on IA32 Windows. 2016-11-22 09:20:51 -08:00

This directory contains sample Dart programs.