[vm/ffi] Support alignment attributes in struct fields #43257
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-ffi
We should consider supporting
__attribute__((aligned (16)))
indart:ffi
. (Cousin to supporting the attribute packed #38158.)This would enable platform independent bitfields in structs: dart-lang/native#406. (Related issue #38954.)
The text was updated successfully, but these errors were encountered: