gencgc: code_page_p() must die!
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Tue, 31 Dec 2013 21:34:51 +0000 (16:34 -0500)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Tue, 31 Dec 2013 21:34:51 +0000 (16:34 -0500)
commit979539d20a27f4315db9e1bde0a4413135cf8603
treed6f7bfe91255222f5db041cfd316a8f5234b228f
parent9ec7435fadcd4d40b05845a3ce5e455fb0d63d91
gencgc: code_page_p() must die!

  * The last call site for code_page_p() is now a redundant test
for a specific (non-critical) edge case in the logic for dealing
with conservative roots, so kill it.

  * And now that nothing calls code_page_p(), kill it before it
has a chance to maul any other SBCL hackers.
src/runtime/gencgc.c