• Chris Bracken's avatar
    Move script snapshot argumtents to Snapshotter (#16722) · cf577881
    Chris Bracken authored
    This moves --vm_snapshot_data and --isolate_snapshot_data argument
    hardcoding from GenSnapshot (a minimal wrapper around gen_snapshot
    invocations) to Snapshotter.buildScriptSnapshot(). These arguments are
    present in both AOT and script snapshots, but differ semantically: for
    script snapshots they're inputs from the host engine artifacts
    directory, for AOT snapshots they're outputs to the build directory.
    cf577881
Name
Last commit
Last update
..
build_test.dart Loading commit data...
common_test.dart Loading commit data...
context_test.dart Loading commit data...
file_system_test.dart Loading commit data...
flags_test.dart Loading commit data...
io_test.dart Loading commit data...
logger_test.dart Loading commit data...
logs_test.dart Loading commit data...
net_test.dart Loading commit data...
os_test.dart Loading commit data...
os_utils_test.dart Loading commit data...
process_test.dart Loading commit data...
terminal_test.dart Loading commit data...