Hacker News new | ask | show | jobs
by cogman10 632 days ago
Can crystal use a moving GC or does it suffer from the same issues python has with C FFI?

Also, is it possible to use RC with crystal?

1 comments

Yeah moving objects would invalidate pointers passed to external code that's not controlled by Crystal.