X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fintro.texinfo;h=822bba4fdf8b6aae14670347106ad93b15b99850;hb=bef0d9c1274819ee3fb886401209662bace136ce;hp=898c16058765f8204600342695db5db157c25172;hpb=e583bce51c0f1b1b453b73a4edf3c35d0185e66f;p=sbcl.git diff --git a/doc/manual/intro.texinfo b/doc/manual/intro.texinfo index 898c160..822bba4 100644 --- a/doc/manual/intro.texinfo +++ b/doc/manual/intro.texinfo @@ -100,7 +100,7 @@ Streams}. streams} API proposed by Franz Inc. @xref{Simple Streams}. @item Profiling -@code{sb-profile} is a exact per-function profiler. @xref{Accurate +@code{sb-profile} is a exact per-function profiler. @xref{Deterministic Profiler}. @code{sb-sprof} is a statistical profiler, capable of call-graph @@ -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 @@ -281,7 +286,7 @@ automated documentation lookup. Currently @dfn{SLIME}@footnote{Historically, the ILISP package at @uref{http://ilisp.cons.org/} provided similar functionality, but it does not support modern SBCL versions.} (Superior Lisp Interaction -Mode for Emacs) togather with Emacs is recommended for use with +Mode for Emacs) together with Emacs is recommended for use with SBCL, though other options exist as well. SLIME can be downloaded from