in reply to Re: Trading compile time for faster runtime?
in thread Trading compile time for faster runtime?

This is an excellent answer, thanks Dave. I suspected that might be hard, but not that hard. Yes, perl is very dynamic, and I imagine a lot of paths need to be repeated every time (so not really optimizable) just to make sure nothing changed, or else stuff breaks.

  • Comment on Re^2: Trading compile time for faster runtime?