in reply to Re^8: Perl 5 Optimizing Compiler, Part 9: RPerl.org & The Low-Magic Perl Commandments
in thread Perl 5 Optimizing Compiler, Part 9: RPerl.org & The Low-Magic Perl Commandments
if any not-low-magic code is encountered
I hope you mean not-low-magic data here!
If I call some low-magic sub passing non-magic arguments I would expect it to run fast under RPerl.
If I call some low-magic sub passing some argument with magic attached I would expect it to run correctly even if not faster.
I would expect that to happen dynamically without me, the programmer, having to worry about where my data comes from or where it goes.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Perl 5 Optimizing Compiler, Part 9: RPerl.org & The Low-Magic Perl Commandments
by Will_the_Chill (Pilgrim) on Nov 12, 2013 at 12:37 UTC |