ready to check where enable the mark_sweep
auto gc with threshold failed, add some assert
more assert about obj alive, dict mark not correct
add pikaGC_try, but cannot run at any time
markSweep crashed on keyword
save gcRoot for obj to debug
add debug point
add kernal_debug config to keep more debug info
use @res_<opt> to mark operation
found self reference on __iter__()
can not fix gc err around iter
remove lock, only keep the self lock
more obj info for debug
only pikaui not pass
only pikaui not pass
fix format
can not markSweep after deinit root
support markRoot if not root
add clang-format
fix path
enable compile-commonds on to support clangd
set markSweep not default
use no_gc object for function frame
only gc for tinyobj, not pikaobj
restore add gc chain when init pikaObj
add clang-format in docker
set for default formatter to clang-format
all Object is GC_ROOT on create
only enable mark sweep to collect after OUT
markSweep after deinit __pikaMain
more mark sweep collect