Type caching

This commit is contained in:
gingerBill
2018-03-23 16:35:41 +00:00
parent 991479fbf9
commit 2e1e1e6034
4 changed files with 114 additions and 18 deletions

View File

@@ -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