mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
38388625ca
change project name and url on kernal sources rename global Value format name use g_PikaObjState add gc chain add gc_mark() add printCanFree add sub locals init try use mark-sweep to solve circle-ref use mark sweep to collect circle ref succeed import mark-sweep GC config_default update
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_SWEIP_ENABLE 1 |