Main Content
SS_OPTION_RUNTIME_EXCEPTION_FREE_CODE
Improve performance of run-time exception-free S-functions
Description
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
.
See Also
Version History
Introduced in R2007b