fredreichbier / ooc-lua

lua binding for ooc
MIT License
8 stars 1 forks source link

See what happens with the GC #6

Closed fredreichbier closed 10 years ago

fredreichbier commented 10 years ago

We should look if ffi and the boehm gc like each other. e.g.:

Get object from ooc, store it in Lua. Garbage collect that object on the ooc side. Does Boehm know about the Lua reference? What does Lua do?