Improve performance of run-time exception-free S-functions
Improves performance of S-functions that do not use mexErrMsgTxt
, mxCalloc
,
or any other routines that can throw an exception inside of a run-time
routines. Applicable run-time routines include mdlGetTimeOfNextVarHit
, mdlOutputs
, mdlUpdate
,
and mdlDerivatives
.