http://www.perlmonks.org?node_id=488689


in reply to Re: Performance, Abstraction and HOP
in thread Performance, Abstraction and HOP

If Perl's function calls are slow, the right response is to try to fix the implementation, not to try to avoid function calls.
Or, if you can try the hybrid approach, and eat your cake as well as have it...
But, if you study programming languages, you discover that although there is a problem, through a small number of correctness-preserving transformations, this problem can be averted. And by being aware of the problem, you can better appreciate the merits of languages that manage to avoid it.

Replies are listed 'Best First'.
Re^3: Performance, Abstraction and HOP
by Anonymous Monk on Sep 02, 2005 at 18:49 UTC