﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4423	Improve LateInline of if-statements and records	Francesco Casella	Patrick Täuber	"The simulation performance of Modelica.Fluid.Examples.DrumBoiler.DrumBoiler is substantially slower than with Dymola.

Some investigation reveals that in OMC generated code there are still some references to the rhovl_p() function of the IF97 medium model, which entails the need of solving a nonlinear system with iterations. That function has a {{{lateInline=true}}} annotation; if that is correctly taken into account, the system becomes linear and the performance much faster as a consequence, as there is no longer any need for iterations.

Why isn't that function inlined?
"	defect	closed	high	1.13.0	Backend		fixed		Patrick Täuber
