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
FE_TPTRhas 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 inptrto recognize it from handlers. Why not add handlers directly to theFE_TPTRtype?