mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-06 21:17:40 +00:00
Make Map_Info store pointers to cell info rather than inline
This commit is contained in:
@@ -685,6 +685,8 @@ gb_global Type *t_source_code_location_ptr = nullptr;
|
||||
|
||||
gb_global Type *t_map_info = nullptr;
|
||||
gb_global Type *t_map_cell_info = nullptr;
|
||||
gb_global Type *t_map_info_ptr = nullptr;
|
||||
gb_global Type *t_map_cell_info_ptr = nullptr;
|
||||
gb_global Type *t_raw_map = nullptr;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user