How to implement a garbage collector?

前端 未结 8 715
灰色年华
灰色年华 2021-01-29 17:52

Could anyone point me to a good source on how to implement garbage collection? I am making a lisp-like interpreted language. It currently uses reference counting, but of course

8条回答
  •  独厮守ぢ
    2021-01-29 18:33

    Check out the following page. It has many links. http://lua-users.org/wiki/GarbageCollection

提交回复
热议问题