Skip to content
Snippets Groups Projects
Commit 713b6f33 authored by gerd's avatar gerd
Browse files

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.
parent b45d9985
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment