﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4851	Split the 16dae.c source file into multiple files	Francesco Casella	Willi Braun	"When compiling large models with {{{-daeMode=new}}}, the lion's share of the compilation time on machines with multiple cores is taken by the 16dae.c file. This contains
- a large number of simple functions, each computing a residual
- the evaluateDAEResiduals function
- the getAlgebraicDAEVarNominals function
- the setAlgebraicDAEVars function
- the getAlgebraicDAEVars function
- the initializeDAEmodeData function

I would recommend at the very least to put each of the last five functions in a separate C source file. It would also be good to split the first part of the file, containing the residual functions, in multiple chunks, as already done for the 06inz.c file, see ticket:3963#comment:6. This would dramatically speed up the code generation for large models, where C compilation is currently the bottleneck."	enhancement	new	high	1.13.0	Code Generation				Martin Sjölund
