mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Tilde: Begin work on #soa
This commit is contained in:
@@ -202,6 +202,7 @@ struct cgProcedure {
|
||||
bool return_by_ptr;
|
||||
|
||||
PtrMap<Entity *, cgAddr> variable_map;
|
||||
PtrMap<Entity *, cgAddr> soa_values_map;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user