Julia FFI needs to be changed for supporting moving. We might need implement a static analyser to cover weird corner cases in which GC preserve isn't fully capturing the scope in which objects must be kept alive.
To verify the approach, we might need to run PkgEval, and potentially uncover/debug all the corner cases.
Julia FFI needs to be changed for supporting moving. We might need implement a static analyser to cover weird corner cases in which GC preserve isn't fully capturing the scope in which objects must be kept alive.
To verify the approach, we might need to run
PkgEval, and potentially uncover/debug all the corner cases.