[vm/ffi] Pointer optimizations broke Arm32 AoT #38737
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
crash
Process exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash.
library-ffi
The pointer optimizations broke the FFI in arm32 precompiled.
Quick investigation: We're trying to convert
kUnboxedUint32
andkUnboxedInt64
tokUntagged
. But as this is 32 bit, we should only convertkUnboxedUint32
to untagged.I'm unsure why the representation is different in precompiled.
(Note we do not have ia32 precompiled, so this can only be debugged on the phone.)
The text was updated successfully, but these errors were encountered: