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:
It's good that imcc is now optimizing the concat_s_sc_sc opcode, but PGE and the other compiler tools should probably also be smart enough to generate the concatenated constant in the first place. I'll probably fix that as well.
-----
Also, as others have commented, I really appreciate these insights into Parrot internals.
Pm
Reply to This
Re: (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 happie
Re: (Score:1)
Suggestion: more people will see this if you post it to your own journal. :-)