Comment 1 for bug 554190

Revision history for this message
Nathan Froyd (froydnj) wrote : Re: SBCL fails to remove the simplest useless loop in a function body

SBCL does not do any classic loop optimizations (e.g. unrolling), let alone any of the higher-level transforms described in Allen and Kennedy.