| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
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.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |