Make Map_Info store pointers to cell info rather than inline

This commit is contained in:
gingerBill
2022-11-08 12:18:36 +00:00
parent 6dd4d1a924
commit ed58374964
11 changed files with 86 additions and 61 deletions
+1
View File
@@ -76,6 +76,7 @@ void lb_init_module(lbModule *m, Checker *c) {
string_map_init(&m->objc_selectors, a);
map_init(&m->map_info_map, a, 0);
map_init(&m->map_cell_info_map, a, 0);
}