Arguments: &optional scopes-only
Functions compiled with the compiler switches save-local-names-switch
and/or save-local-scopes-switch
true will store
additional information to assist debugging. Calling this function will
cause that information to be discarded allowing you to dump a smaller
image with dumplisp. When
scopes-only is nil
(the
default), this function will discard all name and scope information in
the current image. When scopes-only is true,
scope information is discarded but name information is kept. After
calling this function, debugging becomes harder (of course) so this
function is typically called just before calling dumplisp, after you have finished
debugging.
See debugging.htm for more information on debugging.
The documentation is described in introduction.htm and the index is in index.htm.
Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.
Created 2000.10.5.