X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fintro.texinfo;h=6ae075ae6d47b85cd91bf940d371a9ae9af18b67;hb=f19ae86fb2c16ebb4dce3d16cc1bb32e94f07110;hp=de531176fd86d9f73426ecb23740b016ce19c720;hpb=d3f80ab16fd7058fedefaf2a84e3f072559eaa3d;p=sbcl.git diff --git a/doc/manual/intro.texinfo b/doc/manual/intro.texinfo index de53117..6ae075a 100644 --- a/doc/manual/intro.texinfo +++ b/doc/manual/intro.texinfo @@ -123,8 +123,13 @@ standardization process. @item Executable Fasl Packaging @code{sb-executable} can be used to concatenate multiple fasls into a -single executable (though the presense of an SBCL runtime and core -image is still required to run it). +single executable (though the presense of an SBCL runtime and core image +is still required to run it). + +The @code{:executable} argument to @ref{Function +sb-ext:save-lisp-and-die} can produce a `standalone' executable +containing both an image of the current Lisp session and an SBCL +runtime. @item Bitwise Rotation @code{sb-rotate-byte} provides an efficient primitive for bitwise