Fix and improve x->y() behaviour to minimize duplicate evaluation

This commit is contained in:
gingerBill
2022-07-24 12:39:59 +01:00
parent 227ee0f705
commit d492fb3501
3 changed files with 34 additions and 4 deletions
+1
View File
@@ -294,6 +294,7 @@ struct lbProcedure {
lbCopyElisionHint copy_elision_hint;
PtrMap<Ast *, lbValue> selector_values;
PtrMap<Ast *, lbAddr> selector_addr;
};