Changes between Version 1 and Version 2 of Ticket #2685, comment 15
- Timestamp:
- 2014-10-08T16:20:14Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2685, comment 15
v1 v2 4 4 This is me actually. 5 5 The problem with this issue was that it was a combination of multiple issues: 6 - Front-end: missing dimension info in qualified names 6 - Front-end: missing dimension info in qualified names (wrong types created) 7 7 - Back-end: variables were sorted in not so appropriate way, needed better sorting for indexing/offsetting to work 8 8 - CodeGen: We didn't really have support for these cases. We can't do this with macros anymore.