- 5e551dd [vm/aot/tfa] Avoid stack overflow in TFA due to deeply nested calls by Alexander Markov · 4 years, 5 months ago
- 4c3ae7b [test] Fix URI parsing on Windows in incompatible_loading_unit_test. by Ryan Macnak · 4 years, 5 months ago
- 56a4d7c [vm] Support --use_table_dispatch when splitting snapshots. by Ryan Macnak · 4 years, 5 months ago
- 28ad17b [gen_snapshot] Include library URIs in the loading unit manifest. by Ryan Macnak · 4 years, 5 months ago
- d77e4eb [vm/aot/nnbd] Fix class range 'is' tests for nullable types by Alexander Markov · 4 years, 5 months ago
- 7874462 [vm/compiler] Move argument shape (not type) checks out of closures. by Tess Strickland · 4 years, 5 months ago
- d8950da [vm] Fix --no-retain-function-objects when there are calls through Code. by Ryan Macnak · 4 years, 5 months ago
- 91ed534 [vm] Support --use_bare_instructions when splitting snapshots. by Ryan Macnak · 4 years, 5 months ago
- 3ebe4c5 [gardening] Mark regression test slow by Vyacheslav Egorov · 4 years, 6 months ago
- 8835116 [vm/compiler] Fix Slot::cid_ type by Vyacheslav Egorov · 4 years, 6 months ago
- 9cb5d8e5 [standalone] Fix Isolate.spawnUri to work with AOT snapshots. by Ryan Macnak · 4 years, 6 months ago
- 6b9b934 [vm, gc] Reduce growth rate as the heap size approaches --old_gen_heap_size. by Ryan Macnak · 4 years, 6 months ago
- fd959b8 [vm/compiler] Graph intrinsify implicit getters/setters in common cases. by Martin Kustermann · 4 years, 6 months ago
- fbc7533 [test] Skip scavenger_abort_test on AOT. by Ryan Macnak · 4 years, 6 months ago
- 5a085c6 [test] Prevent tree-shaking of fields in scavenger_abort_test. by Ryan Macnak · 4 years, 6 months ago
- 19e6ae2 [vm, gc] Do not FATAL when the scavenger fails to allocate. by Ryan Macnak · 4 years, 6 months ago
- 6ca00d1 [VM] Adds Future.wait support for --lazy-async-stacks. by Clement Skau · 4 years, 6 months ago
- 37c8c70 Move `BytesBuilder` class and implementation to `dart:typed_data`. by Johnni Winther · 4 years, 6 months ago
- 3350455 [tests/nnbd] Pass null safety options to gen_kernel in vm tests by Alexander Markov · 4 years, 6 months ago
- c5a94db [vm] Initial implementation of deferred loading. by Ryan Macnak · 4 years, 6 months ago
- b425ef841 [vm/compiler] Do not try to optimize Float{32,64}List if we do not support unboxed doubles (i.e. --no-use-vfp) by Martin Kustermann · 4 years, 6 months ago
- 3844e74 [vm, compiler] Fix bypassed EnsureIsNewOrRemembered in CreateArrayInstr slow path. by Ryan Macnak · 4 years, 6 months ago
- f955b82 [vm/compiler] Support unboxing of return values of getters by Martin Kustermann · 4 years, 6 months ago
- 90bba3a [vm] Ensure SDK hash is correctly embedded for CFE and other tools that produce Kernel by Martin Kustermann · 4 years, 6 months ago
- 0ac6ce5 [vm/aot/nnbd] Avoid deduplicating mixins with different NNBD modes by Alexander Markov · 4 years, 6 months ago
- b6d14a9 [gardening] Import NNBD version of FFI in NNBD thread_pool_test. by Aske Simon Christensen · 4 years, 7 months ago
- 6f6b1f8 [vm] Rename --null-safety option to --sound-null-safety by Alexander Markov · 4 years, 7 months ago
- 219935a [VM] Adds Future.timeout stack unwinding support for --lazy-async-stacks. by Clement Skau · 4 years, 7 months ago
- 494d261 [Test] Skips sdk_hash_test for unsupported dartkp-android. by Clement Skau · 4 years, 7 months ago
- 0ce8398 Reland "[SDK] Adds an SDK hash to kernels and the VM." by Clement Skau · 4 years, 7 months ago
- 3dec28a [VM] Enables --lazy-async-stacks for Precompilation (AOT). by Clement Skau · 4 years, 7 months ago
- 3cde990 [SDK] Fixes lint errors in vm.status by Clement Skau · 4 years, 7 months ago
- 35398a2 [gardening] Disable vm/cc/CodeExecutability on system/architectures where --dual-map-code is not supported by Martin Kustermann · 4 years, 7 months ago
- fdeb018 [vm] Ensure a switchable callsite never looses knowledge of it being dyn:* during transitions by Martin Kustermann · 4 years, 7 months ago
- bb8d145 Revert "[SDK] Adds an SDK hash to kernels and the VM." by asiva · 4 years, 7 months ago
- 411c9cc [Test] Skips sdk_hash_test for incompatible setups. by Clement Skau · 4 years, 7 months ago
- 1a278118 [Test] Fixes sdk_hash_test broken by Windows line breaks. by Clement Skau · 4 years, 7 months ago
- edde575 [SDK] Adds an SDK hash to kernels and the VM. by Clement Skau · 4 years, 7 months ago
- 53807c1 [vm] Remove ARMv6 related code by Martin Kustermann · 4 years, 7 months ago
- 993af42 [vm/aot] Fix crash in AotCallSpecializer due to unreachable code by Alexander Markov · 4 years, 7 months ago
- 1003d3f [vm/nnbd] Test for type casts with null-safety auto-detection by Alexander Markov · 4 years, 7 months ago
- 4d2b3b9 [gardening] Fix changed package path for v8 snapshot profile analysis. by Tess Strickland · 4 years, 7 months ago
- f008738 [vm/tests] Fix NNBD version of vm/dart/v8_snapshot_profile_writer_test by Vyacheslav Egorov · 4 years, 7 months ago
- 91c80bb [vm/tool] Support reading V8 profiles in snapshot_analysis tool. by Vyacheslav Egorov · 4 years, 7 months ago
- 142e15c [vm/compiler] Use unboxed index/length for GenericCheckBoundInstr on 64-bit architectures by Martin Kustermann · 4 years, 7 months ago
- 3e40abb [vm/aot] Reland "Keep column information when possible for precompiled mode." by Tess Strickland · 4 years, 7 months ago
- 87f74cb [cfe] Check optional non-nullable parameters in constructors by Johnni Winther · 4 years, 7 months ago
- b437148 [vm] Allow Isolate.spawnUri to spawn from app-jit snapshots by Vyacheslav Egorov · 4 years, 7 months ago
- c45c075 [vm] Test disassembly in v8_snapshot_profile_writer_test separately. by Tess Strickland · 4 years, 7 months ago
- c68c069 prefer “exclude” language for excluded entities by pq · 4 years, 7 months ago
- badc772 [vm/aot] Avoid unbinding canonical names in AOT transformations by Alexander Markov · 4 years, 7 months ago
- cfe45b6 [vm] Add opt-in flag to set priority for worker threads created by the VM by Martin Kustermann · 4 years, 8 months ago
- ecc7a21 [vm/kernel] Add --from-dill option to kernel compilers by Alexander Markov · 4 years, 8 months ago
- 1d14868 [vm/nnbd] Finish migration of vm/cc tests to NNBD by Alexander Markov · 4 years, 8 months ago
- f9eb40c [vm/nnbd] Migate runtime/tests/vm/dart/* tests to NNBD by Alexander Markov · 4 years, 8 months ago
- 1618fd9 [vm/compiler] Optimize lazy field initialization by Alexander Markov · 4 years, 8 months ago
- dd6dc29 [vm/nnbd] Prepare to migrate runtime/tests/vm/dart to NNBD by Alexander Markov · 4 years, 8 months ago
- f57c99f [vm/compiler] Fix crash in inliner when receiver is dead by Alexander Markov · 4 years, 8 months ago
- 6ab62ad [vm/compiler] Use unboxed constants when folding away unboxed ops. by Vyacheslav Egorov · 4 years, 8 months ago
- 7175ab7 [vm/compiler] Fix code determining if object can be a smi in LoadClassId. by Vyacheslav Egorov · 4 years, 8 months ago
- 71a8a3c [vm] Print DSO base of isolate when available. by Tess Strickland · 4 years, 8 months ago
- 4477712 [vm/compiler] Add regression test for many unboxed fields by Martin Kustermann · 4 years, 8 months ago
- 143c1b9 [vm/concurrency] Ensure VM behaves well if custom embedder uses custom message handler with unlimited number of threads by Martin Kustermann · 4 years, 8 months ago
- 874588a [vm/concurrency] Allow thread pool with maximum size to grow in size if workers are blocked in native code by Martin Kustermann · 4 years, 8 months ago
- 2472741 [vm] Fix instance hash calculation to accommodate unboxed fields during cross compilation. by Alexander Aprelev · 4 years, 8 months ago
- bbe469e Reland "[vm/nnbd] Auto-detect null-safety from entry point in kernel compilers" by Alexander Markov · 4 years, 8 months ago
- d1b9a93 Revert "[vm/nnbd] Auto-detect null-safety from entry point in kernel compilers" by Alexander Markov · 4 years, 8 months ago
- fd19c8c [vm/nnbd] Auto-detect null-safety from entry point in kernel compilers by Alexander Markov · 4 years, 8 months ago
- a6d06b5 Reland "[vm] Mark snapshots that were compiled directly to ELF. by Tess Strickland · 4 years, 9 months ago
- 017b1c4 [gardening] Tweak ring_gc_test, ring_gc_sendAndExit_test so they pass on simarm_x64. by Alexander Aprelev · 4 years, 9 months ago
- e5dd393 [gardening] Speed up transferable_test by skipping elements comparison. by Alexander Aprelev · 4 years, 9 months ago
- 6b57199 [gardening] Fix transferable_test - remove timing assumptions. by Alexander Aprelev · 4 years, 9 months ago
- b2e300b [vm/isolates] Fix race in ring_gc_* tests. by Alexander Aprelev · 4 years, 9 months ago
- 94c2c7c [vm/isolates] Skip dart/isolates/ring_gc_* tests. by Alexander Aprelev · 4 years, 9 months ago
- 11b9913 [vm] Fix vm/dart/run_appended_aot_snapshot_test which uses dart2native internals. by Vyacheslav Egorov · 4 years, 9 months ago
- 9e76548 [gardening] Skip isolate tests on android, make them run less in simulator mode by Martin Kustermann · 4 years, 9 months ago
- 8d1c4c5 [vm/concurrency] Add various tests for lightweight AOT isolates by Martin Kustermann · 4 years, 9 months ago
- ff80797 [vm/sendandexit] Ensure that sendAndExit message comes before exit message. by Alexander Aprelev · 4 years, 9 months ago
- 721f7b4 Null safe dart:async optimizations. by Leaf Petersen · 4 years, 9 months ago
- bd2ed4c [vm] Make the non-symbolic causal stacks tests no-ops on Android. by Tess Strickland · 4 years, 9 months ago
- 2d865dc [vm] Fix non-symbolic stack traces with --lazy-async-stacks. by Tess Strickland · 4 years, 9 months ago
- 17654b7 [vm/isolates] Introduce sendAndExit. by Alexander Aprelev · 4 years, 9 months ago
- 17f62d3 [vm/aot] Drop more Function objects not needed at runtime when possible. by Teagan Strickland · 4 years, 9 months ago
- 08fb915 [gardening] Clean up code and address bit-rotted asserts. by Teagan Strickland · 4 years, 9 months ago
- 4978dcc Reland "[vm, gc] Parallel scavenge." by Ryan Macnak · 4 years, 10 months ago
- e5616e7 [vm/compiler] Make inline cases of AssertAssignable smaller taking advantage of receiver type. by Martin Kustermann · 4 years, 10 months ago
- 13c84d8 Revert "Reland "[vm, gc] Parallel scavenge."" by Martin Kustermann · 4 years, 10 months ago
- 898b080 Reland "[vm, gc] Parallel scavenge." by Ryan Macnak · 4 years, 10 months ago
- b17e8ca [vm/tests] Speed up / filter slow vm/dart/minimal_kernel*_test by Alexander Markov · 4 years, 10 months ago
- bb95f88 Revert "[vm, gc] Parallel scavenge." by Ryan Macnak · 4 years, 10 months ago
- 9209f52 [vm, gc] Parallel scavenge. by Ryan Macnak · 4 years, 10 months ago
- a8251f8 Skip minimal_kernel* tests on sim* architectures by Alexander Markov · 4 years, 10 months ago
- 6f24f88 [vm] Add --minimal-kernel option to kernel compilers by Alexander Markov · 4 years, 10 months ago
- 931eada [vm/compiler] Fix deoptimization during initialization of static field by Martin Kustermann · 4 years, 10 months ago
- 55659b0 [vm] Make our AOT pipeline work independent of the FLAG_precompiled_mode by Daco Harkes · 4 years, 10 months ago
- 8760283 New implementation of runZoned. by Lasse R.H. Nielsen · 4 years, 10 months ago
- 46b1f9d [gardening] Fix vm/dart/v8_snapshot_profile_writer test in Product mode. by Teagan Strickland · 4 years, 10 months ago
- 62f8488 [cfe] Report error on missing return from non-nullable function by Johnni Winther · 4 years, 10 months ago
- 48ed5e5 [vm/aot] Fix disassembler bug in bare instructions mode. by Teagan Strickland · 4 years, 10 months ago
- 7aace6f Make StackTrace generally not nullable in migrated NNBD library. by Leaf Petersen · 4 years, 10 months ago