Changeset 12632
- Timestamp:
- Aug 19, 2009, 7:24:38 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/level-1/l1-init.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/l1-init.lisp
r12327 r12632 262 262 (defparameter *save-local-symbols* t) 263 263 (defparameter *save-source-locations* :no-text 264 "Controls whether complete source locations is stored, both for definitions (names) and264 "Controls whether source location information is saved, both for definitions (names) and 265 265 in function objects. 266 266 267 If NIL we don't store any source location (other than the filename if *record-source-file* is non-NIL).267 If NIL we don't store any source locations (other than the filename if *record-source-file* is non-NIL). 268 268 269 269 If T we store as much source location information as we have available. 270 270 271 If :NO-TEXT we don't store a copy of the original source text.") 271 If :NO-TEXT we don't store a copy of the original source text. This is a space optimization useful 272 for compiling files that are not expected to change.") 272 273 273 274 (defparameter *record-pc-mapping* t "True to record pc -> source mapping (but only if
Note:
See TracChangeset
for help on using the changeset viewer.
