Changes between Initial Version and Version 1 of Ticket #3102, comment 42


Ignore:
Timestamp:
2016-05-19T06:59:17Z (9 years ago)
Author:
jhagemann

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3102, comment 42

    initial v1  
    1 Patrick and I fixed one bug. We hope that the module creates for every function call a cse variable again. The idea that for the case “CREF=CALL” no new cse variable is introduced but CREF is used instead, still exists and will be implemented in a correct way. Please test your examples and report if your problems are solved or not.
     1Patrick and I fixed one bug ([https://github.com/OpenModelica/OMCompiler/pull/856/commits/a1f6080235ad551952c51cb3a548a28c6570b86c a1f6080]). We hope that the module creates for every function call a cse variable again. The idea that for the case “CREF=CALL” no new cse variable is introduced but CREF is used instead, still exists and will be implemented in a correct way. Please test your examples and report if your problems are solved or not.
    22
    33The handling of cse variables in different partitions is still not implemented in a good way. Please use +d=disablePartitioning for now. (see also: [https://trac.openmodelica.org/OpenModelica/ticket/3812 ticket 3812])