Skip to content

ncisoft/cgc-lib

Repository files navigation

cgc-lib

ansi c (c99) compatible GC implementation, based upon lua's GC facility

Build tools:

Libaries:

  • sudo apt-get install lua5.1
  • sudo apt-get liblua5.1-0-dev
  • sudo apt-get install libjemalloc-dev -y
  • sudo apt-get install libclang-dev -y

Run Testcase: make run

precondition:

You are able to check whether the code is conflict with using_raii_proot | using_raii_proot_complex_return by installing a patched luaclang-parser .

run `make check_gc_root_new' to see what happens