in reply to Re: Perl 5 Optimizing Compiler
in thread Perl 5 Optimizing Compiler
Function calls are also super-slow with perl. Getting faster functions calls by analyzing the code at compile-time and omit unnecessary exception handling, @_ handling, scope, and so on would also be a worthwile goal, up to inlining. Unfortunately it is not possible to discuss such thing on p5p.Why not?
Dave.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl 5 Optimizing Compiler
by Anonymous Monk on Aug 14, 2012 at 17:51 UTC | |
by rurban (Scribe) on Aug 15, 2012 at 18:31 UTC | |
by dave_the_m (Monsignor) on Aug 17, 2012 at 09:37 UTC | |
by Corion (Patriarch) on Aug 17, 2012 at 09:40 UTC | |
by rurban (Scribe) on Sep 20, 2012 at 18:07 UTC | |
|