diff options
| author | gingerBill <bill@gingerbill.org> | 2018-03-23 16:35:41 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-03-23 16:35:41 +0000 |
| commit | 2e1e1e6034152fa83a05b7fb47e75eefe758ca62 (patch) | |
| tree | e178a798c89f9a0ef012dee31a64da8a3827c232 /src/main.cpp | |
| parent | 991479fbf921ab04b921bbb8163e5522f78feb3c (diff) | |
Type caching
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |