Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/2.13.3
/
runtime
tag
a77223333944631f8f48a76e7f4697a4877e29d7
tagger
Alexander Thomas <athom@google.com>
Wed Jun 09 10:44:45 2021
object
516eb3b05c252ef3d34255d06700c1f09f7f4502
2.13.3
74b8195
[io/mac] Ensure FSEventsWatcher::Node is deleted synchronously with Callback that uses it.
by Alexander Aprelev
· 4 years, 3 months ago
aff8f52
[vm/transferable] Adjust the test so it throws OOM on bionic.
by Alexander Aprelev
· 4 years, 3 months ago
bab84f8
[io/file_watcher] Ensure start/stop file watching requests are run on dart thread.
by Alexander Aprelev
· 4 years, 3 months ago
a290a06
[vm/compiler] Generate non-speculative Unbox instructions for Phis
by Alexander Markov
· 4 years, 3 months ago
b99f016
[vm] Fix constant in PcRelativeCall pattern on x64
by Martin Kustermann
· 4 years, 4 months ago
d9e96c1
[vm/compiler] Fix relocator to take out-of-range backwards calls into acount
by Martin Kustermann
· 4 years, 4 months ago
707cd92
[vm/ffi] Fix representation of value for 8-bit and 16-bit FFI loads and stores
by Alexander Markov
· 4 years, 5 months ago
a38a2dd
[vm/aot] Fix retaining of targets of FFI callbacks in precompiler
by Alexander Markov
· 4 years, 5 months ago
ee3a86d
[vm] Avoid data race querying the new-space page cache.
by Ryan Macnak
· 4 years, 5 months ago
a6ffc74
[vm] Switch most Instances whose layout is determined in C++ to compressed pointers.
by Ryan Macnak
· 4 years, 5 months ago
9302a74
[vm/concurrency] Assert that no SafepointRwLocks are acquired while in SafepointOperationScope.
by Alexander Aprelev
· 4 years, 5 months ago
39a2e69
Enable non-function type aliases by default in 2.13.
by Leaf Petersen
· 4 years, 5 months ago
8aee735
[gardening] Another comment update to trigger g3 bot
by Alexander Aprelev
· 4 years, 5 months ago
a169752
[gardening] Fix comment to trigger g3 bot
by Alexander Aprelev
· 4 years, 5 months ago
abdca81
Revert "[vm, service, observatory] Add ability to retrieve the set of all instances of a class, implementation hierarchy or interface hierarchy as an array."
by Alexander Aprelev
· 4 years, 5 months ago
d32e86a
[vm/debugger] Speed up Debugger::IsDebugging and Function::HasBreakpoint checks.
by Alexander Aprelev
· 4 years, 5 months ago
38d0528
[vm/compiler] Fix materialization of Float32List
by Alexander Markov
· 4 years, 5 months ago
6b42491
[wasm] Remove deprecated dart_enable_wasm flag.
by Liam Appelbe
· 4 years, 5 months ago
170bda2
[vm, service, observatory] Add ability to retrieve the set of all instances of a class, implementation hierarchy or interface hierarchy as an array.
by Ryan Macnak
· 4 years, 5 months ago
22e9b61
[vm/isolate] Fix problems with sending RegExp to newly spawned isolate.
by Alexander Aprelev
· 4 years, 5 months ago
b888aeb
[vm, compiler] Compute narrow types for unboxed fields even when their static types are wider than the unboxed type.
by Ryan Macnak
· 4 years, 5 months ago
e190a85
[io/socket] Handle OSError returned by Socket_GetPort.
by Alexander Aprelev
· 4 years, 5 months ago
76e41bc
[vm, compiler] Use correct size of Smi when truncating during constant folding.
by Ryan Macnak
· 4 years, 5 months ago
e70690e
[native_extensions] Convert uri to path so that on Windows native extension loading works.
by Alexander Aprelev
· 4 years, 5 months ago
d0ee565
[VM/runtime] Fix optimization for reusing instantiator type argument vector.
by Regis Crelier
· 4 years, 5 months ago
2a14259fd
[vm/compiler] Cleanup CheckedSmi* instructions
by Alexander Markov
· 4 years, 5 months ago
db0fa84
[vm] Optimize get current thread id in Fuchsia.
by Corey Tabaka
· 4 years, 5 months ago
4bf6de7
[vm/compiler] Null-aware EqualityCompare instruction
by Alexander Markov
· 4 years, 5 months ago
9ca19ca
[kernel] Change encoding of types in constants to not be offset by the context
by Johnni Winther
· 4 years, 5 months ago
43333c3
Revert "[vm/debugger] Fix deadlock around GroupDebugger::breakpoint_locations_lock."
by Alexander Aprelev
· 4 years, 5 months ago
6c710d2
[vm/debugger] Fix deadlock around GroupDebugger::breakpoint_locations_lock.
by Alexander Aprelev
· 4 years, 5 months ago
fbc25f3
[vm, compiler] Avoid undefined behavior when tracking induction variables wraps around.
by Ryan Macnak
· 4 years, 5 months ago
13556d6
[cfe] Add DartType.toNonNull
by Johnni Winther
· 4 years, 5 months ago
2ac0590
[vm/debugger] Refactor NotifyCompilation from per-isolate to per-isolate_group.
by Alexander Aprelev
· 4 years, 5 months ago
e35ba5b
[VM/runtime] Consider trail when comparing type parameter and bounds of function types.
by Regis Crelier
· 4 years, 5 months ago
0ab30e5
[ Service ] Mark pause_on_exception_from_slow_path_test as Slow
by Ben Konyi
· 4 years, 5 months ago
a4fa508
[dartfuzz] Add compressed pointer modes.
by Ryan Macnak
· 4 years, 5 months ago
6a6e08b
Reapply "[vm, compiler] Convert binary Smi ops to graph intrinsics."
by Ryan Macnak
· 4 years, 6 months ago
fa90073
[dartfuzz] Opt out of NNBD.
by Ryan Macnak
· 4 years, 6 months ago
320ad6a
[vm/aot] Remove heuristic selection of checked Smi operations
by Alexander Markov
· 4 years, 6 months ago
024ff88
[vm/debugger] Refactor reference to Function out of BreakpointLocation.
by Alexander Aprelev
· 4 years, 6 months ago
2c371ff
[vm, compiler] Respect --use_slow_path in CheckedSmiOp/Comparison.
by Ryan Macnak
· 4 years, 6 months ago
3b76190
[ Service ] Skip sigquit_starts_service_test on AppJIT configurations
by Ben Konyi
· 4 years, 6 months ago
1453eeb
Reland "[vm/compiler] Always allow CSE of LoadStaticField & loosen assertion in AllowsCSE"
by Martin Kustermann
· 4 years, 6 months ago
bf74cad
[vm/compiler] Change when parents of local functions are retained.
by Tess Strickland
· 4 years, 6 months ago
45c4f58
[ Service ] Skip sigquit_starts_service_test on precompiled and simarm
by Ben Konyi
· 4 years, 6 months ago
4faadf1
[ VM / Service ] Fixed Observatory URI not being printed when service is
by Ben Konyi
· 4 years, 6 months ago
c4bfca9
[ dart:io / package:vm_service ] Add HTTP request profiling service extensions
by Ben Konyi
· 4 years, 6 months ago
b43e89c
[ VM ] Cleanup timeline_test.cc
by Ben Konyi
· 4 years, 6 months ago
e4ea8e8
[vm] Remove dead Function:IsInFactoryScope method.
by Tess Strickland
· 4 years, 6 months ago
f412771
Revert "[vm/compiler] Always allow CSE of LoadStaticField & loosen assertion in AllowsCSE"
by Martin Kustermann
· 4 years, 6 months ago
6127386
[vm/compiler] Ensure allocate instructions have correctly pruned lazy deopt environment
by Martin Kustermann
· 4 years, 6 months ago
6a585a2
[vm/compiler] Assign deopt id to all allocation instructions
by Martin Kustermann
· 4 years, 6 months ago
bdb77e4
[vm/compiler] Mark all allocation IR instructions as potentially throwing
by Martin Kustermann
· 4 years, 6 months ago
ff1c9c9
[vm/compiler] Always allow CSE of LoadStaticField & loosen assertion in AllowsCSE
by Martin Kustermann
· 4 years, 6 months ago
2fa31c9
[vm/compiler] Explicitly use near jumps in InstantiateTypeArgumentsInstr
by Martin Kustermann
· 4 years, 6 months ago
5e88959
[ Service ] Deprecate CpuSamples.timeSpan
by Ben Konyi
· 4 years, 6 months ago
d007362
[vm, gc] Mention handles in the high-level GC documentation.
by Ryan Macnak
· 4 years, 6 months ago
19b6790
[ VM ] Add missing locks in timeline recorder cleanup
by Ben Konyi
· 4 years, 6 months ago
deb9467
[vm/compiler] Correctly prune environment for lazy-deopt in IR instructions
by Martin Kustermann
· 4 years, 6 months ago
043ea3b
[vm/service] Fix tests in obfuscation
by Daco Harkes
· 4 years, 6 months ago
dec7b4f
[vm/compiler] Avoid pruning deopt environments during SSA construction
by Martin Kustermann
· 4 years, 6 months ago
e7d3a60
[vm] Create more Function helper methods for code clarity.
by Tess Strickland
· 4 years, 6 months ago
5bfb36d
[vm, compiler] Use leaf calls for exp and log.
by Ryan Macnak
· 4 years, 6 months ago
3b49fd8
[ VM / Service ] Add identityHashCode to @Instance and Instance responses
by Ben Konyi
· 4 years, 6 months ago
3ecbfd9
Revert "[ VM ] Ensure shared timeline objects are protected by locks"
by Siva Annamalai
· 4 years, 6 months ago
ddcb60a
Revert "[ VM ] Update Timeline tests to not use recorder->Clear()"
by Siva Annamalai
· 4 years, 6 months ago
dfb009d
[fuchsia] allow injecting the inspect node
by Chase Latta
· 4 years, 6 months ago
d82ecdf
[vm] Fix GCC build
by Vyacheslav Egorov
· 4 years, 6 months ago
f063481
[ VM ] Update Timeline tests to not use recorder->Clear()
by Ben Konyi
· 4 years, 6 months ago
dd9b00f
[vm/concurrency/debugger] Fix lock acquisition to avoid deadlocks.
by Alexander Aprelev
· 4 years, 6 months ago
2c5b320
[vm/concurrency/debugger] Fix pool patching synchronization for lightweight isolates breakpoints.
by Alexander Aprelev
· 4 years, 6 months ago
a62e144
[ VM ] Ensure shared timeline objects are protected by locks
by Ben Konyi
· 4 years, 6 months ago
77dc74b
[vm/ffi] Support packed `Struct`s
by Daco Harkes
· 4 years, 6 months ago
e7acc69
[vm/ffi] Support packed `Struct`s backend - part 2
by Daco Harkes
· 4 years, 6 months ago
6d1ea68
[build] Move from the C++11 to the C++17 standard.
by Tess Strickland
· 4 years, 6 months ago
caa31f5
[vm/compiler] Make codegen of InstantiateTypeArgumentsInstr sharable
by Martin Kustermann
· 4 years, 6 months ago
3930eb8
[gardening] Mark class as entrypoint to preserve name in obfuscation mode
by Martin Kustermann
· 4 years, 6 months ago
d504084
[vm] Fix uses of NullIsAssignableTo at runtime.
by Tess Strickland
· 4 years, 6 months ago
9ad76fe7
[cfe] Support annotations on function type parameters
by Johnni Winther
· 4 years, 6 months ago
c665bac
[vm/compiler] Follow-up to SupportsUnboxedInt64 cleanup
by Alexander Markov
· 4 years, 6 months ago
dbd2c76
[vm/compiler] Remove InstanceOf runtime call from IL instruction, call stub instead
by Martin Kustermann
· 4 years, 6 months ago
da5fa77
[vm] Avoid populating page table entries for the compressed heap up front.
by Ryan Macnak
· 4 years, 6 months ago
19e5899
[vm] Switch most non-Instances to compressed pointers.
by Ryan Macnak
· 4 years, 6 months ago
c5eaf31
Revert "[vm, compiler] Convert binary Smi ops to graph intrinsics."
by Ryan Macnak
· 4 years, 6 months ago
051ec30
[vm, compiler] Convert binary Smi ops to graph intrinsics.
by Ryan Macnak
· 4 years, 6 months ago
08295a8
[vm, compiler] Consider T{_IntegerImplementation} as equivalent to T{int} for optimization purposes.
by Ryan Macnak
· 4 years, 6 months ago
817582a
[vm/compiler] Cleanup --no-unbox_mints flag and SupportsUnboxedInt64()
by Alexander Markov
· 4 years, 6 months ago
5fc2ba5
[platform] Adjust Utils::StringHash() for misaligned starts.
by Tess Strickland
· 4 years, 6 months ago
fbaf439
[vm/ffi] Fix ScopeBuilder uninitialized read
by Daco Harkes
· 4 years, 6 months ago
7b94d56
[observatory] Provide isolate for send data events because observatory expects it for write events.
by Alexander Aprelev
· 4 years, 6 months ago
2e56467
[vm, compiler] Unpredicate boolean loads on x64.
by Ryan Macnak
· 4 years, 6 months ago
bed0589
[vm] Fix access to parameters in async closure body inside field initializer
by Alexander Markov
· 4 years, 6 months ago
4baf7e5
[vm/concurrency] Introduce GroupDebugger that takes CodeBreakpoints management away from isolate Debugger.
by Alexander Aprelev
· 4 years, 6 months ago
4c0edc6
[vm] Extend BitField class to allow storing negative numbers by sign-extending when decoding
by Martin Kustermann
· 4 years, 6 months ago
df43994
[vm/compiler] Change various allocation fast paths to check for --use-slow-path and --no-inline-alloc
by Martin Kustermann
· 4 years, 6 months ago
26f0eba
[vm/compiler] Make AssertSubtypeInstr always call stub - including on ia32
by Martin Kustermann
· 4 years, 6 months ago
0834f9b
[vm/compiler] Move runtime call out of InstantiateTypeInstr to stub
by Martin Kustermann
· 4 years, 6 months ago
1055db5
[vm/compiler] Add infer range to Utf8ScanInstr
by Martin Kustermann
· 4 years, 6 months ago
1ca7593
[vm/compiler] Mark various additional IR instructions as kNoGC
by Martin Kustermann
· 4 years, 6 months ago
Next »