-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.library-ffi
Description
I propose we stop reifying underlying element type for Pointer<T>
objects in preparation to unboxing pointer or migrating FFI to views. I am filing this issue for discussion.
Currently Pointer<T>
objects are carrying their reified type around, but most of the APIs are based on the static type.
I propose we fix any APIs that are still using dynamic type and switch Pointer<T>
factory to produce Pointer<Never>
instead.
dcharkes, ds84182 and halildurmus
Metadata
Metadata
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.library-ffi