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
The FE_TPTR has no extra data to recognize how this should be marked (with fe_handlers(ctx)->mark) or released (with fe_handlers(ctx)->gc). In most cases, you need to change the data structure of data in ptr to recognize it from handlers. Why not add handlers directly to the FE_TPTR type?
The text was updated successfully, but these errors were encountered:
The
FE_TPTR
has no extra data to recognize how this should be marked (withfe_handlers(ctx)->mark
) or released (withfe_handlers(ctx)->gc
). In most cases, you need to change the data structure of data inptr
to recognize it from handlers. Why not add handlers directly to theFE_TPTR
type?The text was updated successfully, but these errors were encountered: