About current garbage collector implementation
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: About current garbage collector implementation
- From: Александр <cool.ipatovo@...>
- Date: 2018年1月26日 11:43:00 +0300
Hi all. I want to learn lua internals. Is there any reference to current implementation of Lua garbage collector? Maybe it was taken from some book? or does it have own implementation? I suppose that lua uses standard 3-color marking algorithm, but I am not sure (and unfortunately I did not find descriptive article about such aglrotihm). Thanks for response