| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
This variable was added in release 6.0. Performance testing has
indicated that the overhead associated with pretty printing can be
high. In order to better control this cost, no Allegro CL code sets
the value of *print-pretty*
. Instead, when it needs a value
for *print-pretty*
,
Allegro CL code binds it to the value of this variable, and this
variable is only set in two places: initially to nil
and in the :pprint
module to
t
.
See Speed and pretty printing in implementation.htm for more information on the pretty-printing issue.
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 |