Hacker News new | ask | show | jobs
by zozbot234 246 days ago
You can pass a pointer to a foreign library, but this requires temporarily making the pointee object a GC root because that library code is essentially sharing ownership of it with the GC.