You mean incremental compilation like Hotspot does? That's a bit different, since it's compiling from bytecode to machine language. I wonder if a just-in-time compiler would make a difference in Perl performance. Then again, it's already as fast or faster than Java for everything I've ever tried, so maybe it isn't worth the complexity.