Forked from
cmucl / cmucl
Source project has a limited visibility.
-
gerd authored
the equal hash-table only if the list is definitely non-circular. Don't check for it being definitely circular because that slows down a full CMUCL build by about 16%. * src/compiler/dump.lisp (non-circular-list-p): New function. (dump-non-immediate-object): Use it. (circular-cons-p): Removed.
gerd authoredthe equal hash-table only if the list is definitely non-circular. Don't check for it being definitely circular because that slows down a full CMUCL build by about 16%. * src/compiler/dump.lisp (non-circular-list-p): New function. (dump-non-immediate-object): Use it. (circular-cons-p): Removed.