Arc Forumnew | comments | leaders | submitlogin
1 point by rocketnia 4031 days ago | link | parent

I wonder if the compiler can't see through a 'procedure-rename call to realize it can still apply optimizations to the code. Like, maybe it can optimize ((lambda (x) ...) 2) but not ((procedure-rename (lambda (x) ...) 'foo) 2).