From 2e1e1e6034152fa83a05b7fb47e75eefe758ca62 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Fri, 23 Mar 2018 16:35:41 +0000 Subject: Type caching --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 5a9f57ade..c1999e766 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -698,6 +698,7 @@ int main(int arg_count, char **arg_ptr) { init_string_buffer_memory(); init_scratch_memory(gb_megabytes(10)); init_global_error_collector(); + init_cached_type_maps(); array_init(&library_collections, heap_allocator()); // NOTE(bill): 'core' cannot be (re)defined by the user -- cgit v1.2.3