stu42j
Recent Actions
-
Commented on Perl 5.19.x performance improvements
Can you explain the "return at end of sub" thing a bit more? Why would an explicit return have more ops?...
Comment Threads
-
Andrew Rodland commented on
Perl 5.19.x performance improvements
"return" is a control flow operation, it has to arrange to *leave* the sub from wherever it is. That's additional work compared to just leaving a value on the stack.
-
Matthew Horsfall (alh) commented on
Perl 5.19.x performance improvements
Alright, I'll update the blog post when I get a chance and write another more detailed explanation of the changes.
Thanks.
-- Matthew Horsfall (alh)
-
Matthew Horsfall (alh) commented on
Perl 5.19.x performance improvements
Ævar/stu42j, I'll cover those when I write the other posts.
About blogs.perl.org
blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.