-
- Downloads
Make circular constant lists dumpable by checking for the list in
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.
Loading
Please register or sign in to comment