mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-21 00:46:47 +00:00
Use a cache when generating the map header to minimize stack wastage
This commit is contained in:
@@ -308,6 +308,7 @@ struct lbProcedure {
|
||||
|
||||
PtrMap<Ast *, lbValue> selector_values;
|
||||
PtrMap<Ast *, lbAddr> selector_addr;
|
||||
PtrMap<LLVMValueRef, lbAddr> map_header_cache;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user