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

[vm/ffi] Support inline arrays #37902

Closed
sjindel-google opened this issue Aug 18, 2019 · 1 comment
Closed

[vm/ffi] Support inline arrays #37902

sjindel-google opened this issue Aug 18, 2019 · 1 comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. library-ffi

Comments

@sjindel-google
Copy link
Contributor

Inline arrays have a statically-defined size, e.g. int[20], and can appear inside structs in their unpacked form.

@sjindel-google sjindel-google added area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. library-ffi labels Aug 18, 2019
@sjindel-google sjindel-google added this to Flutter MVP in Dart VM FFI via automation Aug 18, 2019
@dcharkes dcharkes moved this from Flutter MVP to 1.0 in Dart VM FFI Sep 3, 2019
@dcharkes
Copy link
Contributor

duplicate of #35763.

Dart VM FFI automation moved this from 1.0 to Done Oct 25, 2019
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, FFI, and the AOT and JIT backends. library-ffi
Projects
None yet
Development

No branches or pull requests

2 participants