snaptoken / lua-tutorial

Lua From Scratch (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Annotate object/GC files

paigeruten opened this issue · comments

  • lobject.h
  • lobject.c
  • lmem.h
  • lmem.c
  • lgc.h
  • lgc.c
    • "Generic functions" section
    • "Mark functions" section
    • "Traverse functions" section
    • "Sweep Functions" section
    • "Finalization" section
    • "Generational Collector" section
    • "GC control" section