Opened 14 years ago
Last modified 10 years ago
#1552 assigned defect
Optimize algorithm sections whenever possible
| Reported by: | Martin Sjölund | Owned by: | Willi Braun |
|---|---|---|---|
| Priority: | high | Milestone: | Future |
| Component: | Backend | Version: | |
| Keywords: | Cc: | Martin Sjölund, Lennart Ochel |
Description (last modified by )
This should generate an alias-equation x = y
model M Real x; Real y = sqrt(time); algorithm x := y; end M;
The only thing we really need to think about is that the causality of the algorithm outputs should never change. It does not mean we cannot optimize them (we inline functions after all).
Change History (3)
comment:1 by , 11 years ago
| Cc: | added; removed |
|---|---|
| Description: | modified (diff) |
comment:2 by , 11 years ago
| Cc: | added; removed |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:3 by , 10 years ago
| Milestone: | → Future |
|---|
Note:
See TracTickets
for help on using tickets.
