Opened 6 years ago
Last modified 6 years ago
#5601 new defect
Analayse impact: removeEqualFunctionCalls and avoid as tearing variable — at Initial Version
| Reported by: | Vitalij Ruge | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | Future |
| Component: | Backend | Version: | |
| Keywords: | Cc: | Karim Adbdelhak, Andreas Heuermann, Francesco Casella |
Description
removeEqualFunctionCalls can repalce
f(x,y) with a where f(x,y) is a expression depend from x,y (if a=f(x,y)).
In some cases x,y can have start values. but a don't.
One idea is to avoid a in tearing select, like start-attribute is using to prefer a variable (see #5458).
Maybe this should be done only for initialization.
Note:
See TracTickets
for help on using tickets.
