pikapython/port/linux/config/pika_config_default.h
lyon 38388625ca support mark-sweep gc
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
2023-03-05 12:57:27 +08:00

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