mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
9d4aa3c38c
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
9 lines
311 B
C
9 lines
311 B
C
#define PIKA_STACK_BUFF_SIZE 1024 * 4
|
|
#define PIKA_ASSERT_ENABLE 1
|
|
#define PIKA_MATH_ENABLE 1
|
|
#define PIKA_ARG_CACHE_ENABLE 1
|
|
#define PIKA_READ_FILE_BUFF_SIZE 1024 * 40
|
|
#define PIKA_INSTRUCT_HOOK_ENABLE 1
|
|
#define PIKA_INSTRUCT_HOOK_PERIOD 1
|
|
#define PIKA_SHELL_FILTER_ENABLE 1
|
|
#define PIKA_GC_MARK_SWEEP_ENABLE 1 |