IncQueryLabs / EMDW-MC

The EMDW Model Compiler (MC) is an Eclipse based tool for generating optimized C++ source code for applications developed in the novel xtUML-RT modeling language.
Eclipse Public License 1.0
3 stars 1 forks source link

Make flattening opt-in #425

Closed abelhegedus closed 9 years ago

abelhegedus commented 9 years ago

Flattening should only be used in special cases, but the current implementation instead looks for special cases where flattening is not needed. This should be reversed and flattening should only be allowed in very specific cases where:

abelhegedus commented 9 years ago

Fixed in master.