NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
extra concats (Score:1)
Interesting -- apparently PGE is generating these concat statements whenever there is PIR embedded in a rule. For example:
Re:extra concats (Score:1)
So, I refactored the code to avoid the concats altogether, and building rakudo's actions.pl file is now 1.6% faster than it was before (44.363 versus 45.095 seconds on my box). Not a huge speedup, but I'm still happier knowing that we aren't doing a lot of unnecessary and repeated concat operations -- especially since they were in code that gets called a lot (such as when scanning over whitespace and comments).
Thanks for the analysis and updates.
Pm
Reply to This
Parent
Re: (Score:1)
Suggestion: more people will see this if you post it to your own journal. :-)