Skip to content
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

Disabling field guards hits assertion on unboxed fields #50110

Closed
mkustermann opened this issue Oct 3, 2022 · 0 comments
Closed

Disabling field guards hits assertion on unboxed fields #50110

mkustermann opened this issue Oct 3, 2022 · 0 comments
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening

Comments

@mkustermann
Copy link
Member

Reproduction

import 'dart:typed_data';

class Foo {
  Float32x4 field = Float32x4.splat(0.2565194795417153);
}
main() {
  Foo();
}
@mkustermann mkustermann self-assigned this Oct 3, 2022
@mkustermann mkustermann added the area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. label Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening
Projects
None yet
Development

No branches or pull requests

1 participant