LateInlineLateInline |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Annotation for code generation (inline function body after symbolic processing)
annotation"(" LateInline "=" ( false | true ) ")
Has only an effect within a function declaration.
If "LateInline = true", the model developer proposes to inline the function after all symbolic transformations have been performed, but before common subexpression elimination takes place.
If "LateInline = false", the model developer proposes to not inline the function after symbolic transformations have been performed.
This annotation is for example used in Modelica.Media.Water.IF97_Utilities.T_props_ph to provide in combination with common subexpression elimination the automatic caching of function calls. Furthermore, it is used in order that a tool is able to propagate specific enthalpy over connectors in the Modelica.Fluid library.