in reply to Re: 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
Perl without its internal 'magic' implementation is essentially no longer Perl.
Agreed. But I don't think the intention is for these to not work. Merely for a Perl implementation that is able to optimize particular sections of code that don't need magic. (Perhaps using a no magic; pragma as a hint to the compiler of what sections it can optimize.)
That certainly seems a worthy thing to work on.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Perl 5 Optimizing Compiler, Part 9: RPerl.org & The Low-Magic Perl Commandments
by Jenda (Abbot) on Nov 11, 2013 at 14:25 UTC | |
by Will_the_Chill (Pilgrim) on Nov 12, 2013 at 07:21 UTC | |
by Jenda (Abbot) on Nov 12, 2013 at 08:19 UTC | |
by Will_the_Chill (Pilgrim) on Nov 12, 2013 at 09:28 UTC | |
by salva (Canon) on Nov 12, 2013 at 09:48 UTC | |
| |
Re^3: Perl 5 Optimizing Compiler, Part 9: RPerl.org & The Low-Magic Perl Commandments
by Will_the_Chill (Pilgrim) on Nov 10, 2013 at 12:36 UTC |