2022-10-02 00:00:53 +08:00
|
|
|
#define PIKA_STACK_BUFF_SIZE 1024 * 4
|
2022-07-30 11:59:44 +08:00
|
|
|
#define PIKA_ASSERT_ENABLE 1
|
2022-10-08 21:28:29 +08:00
|
|
|
#define PIKA_MATH_ENABLE 1
|
2022-10-11 12:17:28 +08:00
|
|
|
#define PIKA_ARG_CACHE_ENABLE 1
|
2022-10-26 16:57:29 +08:00
|
|
|
#define PIKA_READ_FILE_BUFF_SIZE 1024 * 40
|
|
|
|
#define PIKA_INSTRUCT_HOOK_ENABLE 1
|
2023-02-13 10:58:41 +08:00
|
|
|
#define PIKA_INSTRUCT_HOOK_PERIOD 1
|
2023-03-03 11:07:25 +08:00
|
|
|
#define PIKA_SHELL_FILTER_ENABLE 1
|
2023-03-08 22:28:19 +08:00
|
|
|
#define PIKA_GC_MARK_SWEEP_ENABLE 1
|
2023-03-06 14:39:04 +08:00
|
|
|
#define PIKA_GC_MARK_SWEEP_THRESHOLD 1
|
2023-06-30 00:04:08 +08:00
|
|
|
#define PIKA_KERNAL_DEBUG_ENABLE 1
|
|
|
|
#define PIKA_UNBUFFERED_ENABLE 1
|