Forked from
cmucl / cmucl
Source project has a limited visibility.
-
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.
ram authoredMade 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.