gamedevforks / mariachi

Automatically exported from code.google.com/p/mariachi
0 stars 0 forks source link

Implementation of garbage collection (or reference removal) in lua interpreter #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Implement the removal of references in lua interpreter for objects that have 
been deleted in the c++ environment.

http://www.lua.org/notes/ltn005.html - This article could be used as 
reference

Original issue reported on code.google.com by joa...@gmail.com on 31 Jan 2010 at 6:22

GoogleCodeExporter commented 9 years ago
changed title

Original comment by joa...@gmail.com on 31 Jan 2010 at 6:23