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)
  * 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.


No differences found