Skip to content

Issues: dart-lang/sdk

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

[vm] Inlining heuristics should take into account instruction sizes area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P3 A lower priority bug or feature request triaged Issue has been triaged by sub team type-performance Issue relates to performance or code size
#56902 opened Oct 16, 2024 by rakudrama
1 of 3 tasks
TSAN: Shutdown race with temporary isolates area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-ffi P2 A bug or feature request we're likely to work on triaged Issue has been triaged by sub team
#56900 opened Oct 15, 2024 by rmacnak-google
TSAN: data race during card marking area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. triaged Issue has been triaged by sub team type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) vm-gc Related to the VM's garbage collector
#56895 opened Oct 14, 2024 by rmacnak-google
Non-deterministic snapshots on windows x64 area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. triaged Issue has been triaged by sub team
#56884 opened Oct 11, 2024 by athomas
TSAN reports flaky races in GC area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P3 A lower priority bug or feature request triaged Issue has been triaged by sub team vm-gc Related to the VM's garbage collector
#56845 opened Oct 4, 2024 by mkustermann
Implement shared native memory multithreading area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. triaged Issue has been triaged by sub team type-enhancement A request for a change that isn't a bug
#56841 opened Oct 3, 2024 by mraleph
12 tasks
VM produces worse code for iterating Iterable<String> vs List<String> area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P2 A bug or feature request we're likely to work on triaged Issue has been triaged by sub team type-performance Issue relates to performance or code size
#56840 opened Oct 3, 2024 by jensjoha
VM keeps doing the same redundant operations when doing many compares area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P3 A lower priority bug or feature request triaged Issue has been triaged by sub team type-performance Issue relates to performance or code size
#56839 opened Oct 3, 2024 by jensjoha
VM Service should finish processing RPC responses from service extensions before shutting down area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P2 A bug or feature request we're likely to work on triaged Issue has been triaged by sub team vm-service The VM Service Protocol, both the specification and its implementation
#56831 opened Oct 1, 2024 by bkonyi
Identical on ints is worse than equals on ints area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P3 A lower priority bug or feature request triaged Issue has been triaged by sub team type-performance Issue relates to performance or code size
#56829 opened Oct 1, 2024 by jensjoha
VM machine code for list[someInt & 0xff] seems to have meaningless stuff area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P3 A lower priority bug or feature request triaged Issue has been triaged by sub team type-performance Issue relates to performance or code size
#56828 opened Oct 1, 2024 by jensjoha
[gardening][vm] lib/mirrors/library_imports_prefixed_test failing area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. closed-not-planned Closed as we don't intend to take action on the reported issue gardening P4 triaged Issue has been triaged by sub team
#56827 opened Oct 1, 2024 by dcharkes
[vm/aot] Bad code motion with @pragma('vm:unsafe:no-bounds-checks') area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P3 A lower priority bug or feature request triaged Issue has been triaged by sub team type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) type-performance Issue relates to performance or code size
#56808 opened Sep 28, 2024 by rakudrama
Failures on [dtd] Use secure random number generator to generate URI auth code (path) and secret area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening P3 A lower priority bug or feature request pkg-dds For issues related to the Dart Development Service triaged Issue has been triaged by sub team type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56789 opened Sep 26, 2024 by a-siva
VM stack trace for async computatation not complete enough. area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. triaged Issue has been triaged by sub team type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56787 opened Sep 25, 2024 by ekuleshov
Provide a vmservice method for getting the package config url for an isolate(group) area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. triaged Issue has been triaged by sub team type-enhancement A request for a change that isn't a bug vm-service The VM Service Protocol, both the specification and its implementation
#56784 opened Sep 25, 2024 by sigurdm
Dart is nigh impossible to embed with cmake area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. triaged Issue has been triaged by sub team type-enhancement A request for a change that isn't a bug
#56750 opened Sep 18, 2024 by gaaclarke
[vm] Expose isolate's origin id (the id of the spawning isolate or (if no other isolate spawned it, it's own isolate id) area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P2 A bug or feature request we're likely to work on triaged Issue has been triaged by sub team vm-service The VM Service Protocol, both the specification and its implementation
#56732 opened Sep 13, 2024 by mkustermann
Abnormally slow performance of Dart FFI code. Microbenchmark. area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. triaged Issue has been triaged by sub team type-performance Issue relates to performance or code size
#56705 opened Sep 11, 2024 by karbiv
Accessing static fields with initializers in tight loops has higher than anticipated cost area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P3 A lower priority bug or feature request triaged Issue has been triaged by sub team type-performance Issue relates to performance or code size
#56677 opened Sep 9, 2024 by jensjoha
Dart AOT calling .indexOf on Uint8List is slow area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P3 A lower priority bug or feature request triaged Issue has been triaged by sub team type-performance Issue relates to performance or code size
#56676 opened Sep 9, 2024 by jensjoha
Crash si_signo=Illegal instruction(4) when running dart run build_runner build with dart-musl image on StarFive Visionfive 2 RISC-V board area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P3 A lower priority bug or feature request triaged Issue has been triaged by sub team type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56671 opened Sep 9, 2024 by cpswan
[VM] Coverage reports erroneously highlight @override area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. triaged Issue has been triaged by sub team type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56645 opened Sep 4, 2024 by matanlurey
[io]: HTTP header parser incorrectly accepts NUL within header values area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-io triaged Issue has been triaged by sub team type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56636 opened Sep 2, 2024 by kenballus
File stat() modtime precision doesn't seem to include microseconds/nanoseconds area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-io triaged Issue has been triaged by sub team type-question A question about expected behavior or functionality
#56626 opened Sep 2, 2024 by tomekit
ProTip! Follow long discussions with comments:>50.