Refine interpreter to improve performance, refine memory usage (#161)
This commit is contained in:
@ -74,7 +74,7 @@ host_interface interface = {
|
||||
|
||||
timer_ctx_t timer_ctx;
|
||||
|
||||
static char global_heap_buf[270 * 1024] = { 0 };
|
||||
static char global_heap_buf[370 * 1024] = { 0 };
|
||||
|
||||
extern void display_init(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user