Maybe that should change. Someone should compare Perl 5.10.1 against blead for time per opcode type on same machine on same Perl code. I've thought and tried in the past to modifying NYTProf to profile all opcodes, not just entersub and a couple POSIX C Lib named opcodes. Other projects like Mozilla and Microsoft routinely have performance teams that track degradation in speed. While Perl doesn't have anywhere close to corporate funding or salaried programmers working on it, some kind of crude report for finding order of magnitude slow downs between releases. Currently it takes individual programmers benchmarking their scripts on old and new perls to trace down performance problems. Most programmers just update their Perls and *assume* P5P did their diligence and didn't create a Vista. My ActivePerl 5.10.0 DLL is 873KB, Blead, same config (O1, 32bit Win32, Visual C, no DEBUGGING) is 1056KB. About a 20% difference. Why? I dont know. Is all that growth healthy? I dont know.

In reply to Re^13: Perl 5 Optimizing Compiler, Part 4: LLVM Backend? by bulk88
in thread Perl 5 Optimizing Compiler, Part 4: LLVM Backend? by Will_the_Chill

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.