You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ThreadedFFIPlugin
Fix the regression to calloutState in VMMaker.oscog-eem.3472. ffiRetSpec in an oop.
N.B. this points out a bug. If ffiRetSpec's object is moved by the GC
structIsHomogenousFloatArrayOfSize:typeSpec:ofLength: &
registerTypeForStructSpecs:OfLength: will be invoked with garbage.
ffiRetSpec should instead be retrieved from the method's first literal
at return time if required.
0 commit comments