Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    32c0566f
    Changed NODE-ENCLOSING-CLEANUP work now that lets can be deleted. · 32c0566f
    ram authored
    Made NODE-HOME-LAMBDA work now that lets can be deleted.
    Made DELETE-LAMBDA print a note if the function was never referenced.
    Changed dead code deletion to ignore blocks in deleted functions
    and to not worry about special-casing EPs, since those are now handled
    by function deletion notes.
    Also, we now ignore unreachable fixnums or characters, since they
    could coincidentally appear in the source and expalsion.
    Added some uses of REQUIRED-ARGUMENT.
    32c0566f
    History
    Changed NODE-ENCLOSING-CLEANUP work now that lets can be deleted.
    ram authored
    Made NODE-HOME-LAMBDA work now that lets can be deleted.
    Made DELETE-LAMBDA print a note if the function was never referenced.
    Changed dead code deletion to ignore blocks in deleted functions
    and to not worry about special-casing EPs, since those are now handled
    by function deletion notes.
    Also, we now ignore unreachable fixnums or characters, since they
    could coincidentally appear in the source and expalsion.
    Added some uses of REQUIRED-ARGUMENT.