Improve closure scavenging a tiny bit.
commit2c35f14d267cd2fafaeffb18b4db4a765c680137
authorDouglas Katzman <dougk@google.com>
Thu, 30 Mar 2017 20:40:11 +0000 (30 16:40 -0400)
committerDouglas Katzman <dougk@google.com>
Thu, 30 Mar 2017 20:40:11 +0000 (30 16:40 -0400)
tree1691a5717963f7978662a68648d7eba0921f1df5
parentd3268488f0060e855af6572398a1affeed945ac1
Improve closure scavenging a tiny bit.

Examining the whole object with scavenge() is faster
than letting heap_scavenge() do the rest of the job.

Also rename scav_closure_header -> scav_closure.
src/compiler/generic/late-objdef.lisp
src/runtime/gc-common.c