improve performance by using an inline locals array in hashmaps
This commit is contained in:
@@ -168,7 +168,7 @@ char *read_all_stdin(size_t *out_len) {
|
||||
|
||||
int shell() {
|
||||
|
||||
Stack *main_scope = create_scope(Global_Scope);
|
||||
Stack *main_scope = create_scope(Global_Scope, true);
|
||||
|
||||
if (!isatty(STDIN_FILENO)) {
|
||||
RuntimeState runtime_state;
|
||||
|
||||
Reference in New Issue
Block a user