Commit 9a660c7
* OMCompiler 6f92e41...fde847b (1):
> some small optimizations - remove arrSize from records, size of array can be determined in O(1) time - make BackendEquation.addEquations() add all equations in a loop instead of calling addEquation() for each equation - use addEquations() instead of List.fold(lst,addEquation,eqns) - avoid some intermediate lists1 parent f080a0a commit 9a660c7
1 file changed
+1
-1
lines changedSubmodule OMCompiler updated 9 files
- Compiler/BackEnd/BackendDAE.mo-2
- Compiler/BackEnd/BackendEquation.mo+48-24
- Compiler/BackEnd/BackendInline.mo+46-137
- Compiler/BackEnd/BackendVariable.mo+7-8
- Compiler/BackEnd/StateMachineFeatures.mo+7-12
- Compiler/BackEnd/SymbolicJacobian.mo+3-5
- Compiler/FrontEnd/Absyn.mo+21-31
- Compiler/FrontEnd/InnerOuter.mo+22-23
- Compiler/Template/GraphvizDumpTV.mo-1
0 commit comments