Changes between Initial Version and Version 3 of Ticket #1348


Ignore:
Timestamp:
2015-03-18T13:46:14Z (10 years ago)
Author:
Adrian Pop
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1348

    • Property ComponentFrontend
    • Property Milestone White December1.9.3
    • Property Cc Volker Waurich added; AlexeyLebedev krsta removed
    • Property Status newaccepted
    • Property Summary Implement non-expanded array objects in the compilerImplement non-expanded arrays and for-loops in the front-end
  • Ticket #1348 – Description

    initial v3  
    1 This task will cover the implementation of non-expanded arrays in the compiler.
    2 * the task will be managed by Per.
    3 * merging of the non-expanded array branch into trunk (Alexey & Per).
    4 * passing array equations without expansion through the compiler front-end and back-end (Kristian)
     1This task will cover the implementation of non-expanded arrays and for-loops in the compiler:
     2* do not expand arrays and for loops during flattening
     3* the arrays and for loops could be expanded between front-end and back-end if the back-end cannot handle them yet
     4