[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Please help with GC internals
- From: Sven Olsen <sven2718@...>
- Date: Wed, 11 Dec 2013 23:42:25 -0800
Also: when hacking around with this kind of stuff, you need to be careful to replicate all of luas structure packing flags when building your own c files. For example, if your lgc.c is compiled with the Nan trick flag, any GC hacks will probably need it defined as well. (If I were to try debugging your sample code; that's the first issue I'd check.)