file: job.t package: muf status: alpha
CommonLisp functions may have any of three inline
attributes: The compiler may be forbidden to inline,
encouraged to inline, or left to its own devices.
A Muq MUF function containing the neverInline
operator results in a compiledFunction with the
$s.neverInline property set t
.
Function inlining is not yet (version -1.5.0) implemented in the Muq MUF compilers, however.
Go to the first, previous, next, last section, table of contents.