mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +00:00
Fix and improve x->y() behaviour to minimize duplicate evaluation
This commit is contained in:
@@ -294,6 +294,7 @@ struct lbProcedure {
|
||||
lbCopyElisionHint copy_elision_hint;
|
||||
|
||||
PtrMap<Ast *, lbValue> selector_values;
|
||||
PtrMap<Ast *, lbAddr> selector_addr;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user