Changes between Initial Version and Version 1 of Ticket #4879, comment 7
- Timestamp:
- 2018-04-12T08:01:49Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4879, comment 7
initial v1 2 2 > Replying to [comment:1 sjoelund.se]: 3 3 > But we could and probably should mark all functions in {{{<modelName>_06inz.c}}} and {{{<modelName>_08bnd.c}}} with the non-optimization flags, since the non-linear parts are in the file {{{<modelName>_02nls.c}}}. 4 > > 4 5 I am not fully certain. Most bindings are marked I believe. Better gains would come from merging identical equations from continuous-time and simulation-time (since those equations are already optimized). 6 5 7 > > > It is also advisable to optimize the C code, e.g. avoiding unnecessary macro expansions (see #4871), and moving all structural information (incidence matrices and similar) from the C sources to XML files. 6 8 > >