Changes between Version 4 and Version 5 of Ticket #3954


Ignore:
Timestamp:
2016-06-12T09:34:37Z (9 years ago)
Author:
Henning Kiel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3954 – Description

    v4 v5  
    4141value stored in cache is never read -> should following functions start with inCache or cache from previous call?
    4242
    43 [ ] 13. Differentiate 3052
     43[ ] 13. Differentiate.mo 3052
    4444lowerVarsElementVars() called with too few return elements
    4545
     46[ ] 14. EvaluateFunctions.mo 3383
     47returned list from List.filterOnTrue(varLst, BackendVariable.isStateorStateDerVar); is not used (and called function may not fail) -> superfluous?
    4648
    47 More to come (checked Compiler/boot/build/*.c alphabetically up to and including DynamicOptimization.c)
     49[ ] 15. EvaluateFunctions.mo 1370
     50value of cref1 is overwriten 7 lines below
     51
     52
     53More to come (checked Compiler/boot/build/*.c alphabetically up to and including EvaluateFunctions.c)
    4854
    4955Items marked with [x] are already fixed.