in reply to Re^3: Why isn't return removed from optree?in thread Why isn't return removed from optree?
-- Randal L. Schwartz, Perl hacker
Are you suggesting that the optimizer should replace the return with list? I don't remember seeing it replace one op for another except in constant folding.