Opened 9 years ago
Last modified 7 years ago
#3418 new defect
Handle static arrays with more than one dimension (matrices) — at Initial Version
Reported by: | Adrian Pop | Owned by: | Lennart Ochel |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | Backend | Version: | trunk |
Keywords: | Cc: | Martin Sjölund, Rüdiger Franke, Niklas Worschech, Marcus Walther, Willi Braun |
Description
It seems that in some cases such as:
Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder
we do not detect that we have static arrays with several dimensions
and we generate code to build them one row at a time during runtime.
This was detected for C++ runtime but I guess is the same for the C runtime.
Note:
See TracTickets
for help on using tickets.