Change memory layout of map to be 3 words smaller

This commit is contained in:
gingerBill
2018-08-30 19:14:10 +01:00
parent e0240c186f
commit aa542980ce
12 changed files with 114 additions and 44 deletions
+1
View File
@@ -301,6 +301,7 @@ struct CheckerContext {
String proc_name;
DeclInfo * curr_proc_decl;
Type * curr_proc_sig;
bool in_proc_sig;
ForeignContext foreign_context;
gbAllocator allocator;