Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Perl 5 Optimizing Compiler, Part 7: Video Chat w/ Ingy & Reini, Today 9/18 8pm Central Time

by Will_the_Chill (Pilgrim)
on Sep 18, 2012 at 05:20 UTC ( [id://994185]=perlmeditation: print w/replies, xml ) Need Help??

Hello Monks,

Important Perl people Ingy döt Net and Reini Urban will both be in Austin today to meet with my group about the compiler project.

Anyone who would like to attend our group video chat can send me a private message.

This is starting to get exciting!

Perling,
~ Will


UPDATE!
If you just can't wait to hear what we talked about, here's 2 hours worth!
http://www.youtube.com/watch?v=BAzpNywwCxU
  • Comment on Perl 5 Optimizing Compiler, Part 7: Video Chat w/ Ingy & Reini, Today 9/18 8pm Central Time

Replies are listed 'Best First'.
Re: Perl 5 Optimizing Compiler, Part 7: Video Chat w/ Ingy & Reini, Today 9/18 8pm Central Time
by Anonymous Monk on Sep 18, 2012 at 06:27 UTC

    Many other have told this to you. And I don't really want to pour water on your enthusiasm.

    Perl 5 is slow not because its Perl 5 or because its not C. Its slow because it does a lot of things for you automatically. In other words its slowness comes from 'doing those extra things'. Now you can probably extract some speed out of it, but that is going to be in the >10% range and not the kind of speed you are hoping to extract.

    There are other problems with Perl 5, solutions to some of those are in urgent priority than other ones. For example chromatic mentions C-Types as one of them. Another one he mentions is a MOP in the core. Many others have mentioned such needs after their hard experiences hitting rough edges over the years

    Large break through level changes in Perl 5 are not possible with sane design consistency. Hence the Perl 6 Project. Some problems with Perl 5 can't be solved as is, or without breaking backwards compatibility. Adding new syntactic power to Perl 5 has shown some success and in some cases it has proven to be a failure(like the smartmatch operator). The reason as Larry Wall mentions, there are a lot of individual design changes that make perfect sense. But not when you add them all.

    Your time is better spent either solving the pressing problems Perl 5 has. Or contributing to the Perl 6 project.

    Especially Perl 6, that is likely to solve bigger problems in the longer run.

      Anonymous Monk,

      Thank you for your feedback. I think, in general, you are repeating the general wisdom, and the general wisdom is right, in general.

      Basically what we're probably looking at right now is carefully and systematically re-writing much of Perl 5. LLVM will probably be a good target backend, and will also require significant upgrading to handle Perl semantics in an optimized fashion.

      For example, here's a copy of Reini's most recent ideas on optimization options:
      https://gist.github.com/3740313

      Thanks,
      ~ Will

      Many other have told this to you. And I don't really want to pour water on your enthusiasm. ... Your time is better spent either solving the pressing problems Perl 5 has. Or contributing to the Perl 6 project.

      I would think you'd have learned already -- the Chill is on a mission -- and none of your annoying "don't experiment, do what I say" naysaying is going to steer that river avalanche in a different direction

        none of your annoying "don't experiment, do what I say" naysaying is going to steer that river avalanche in a different direction

        Nor should it.

        Why are people so intent on keeping Perl5 stuck in its rut?


        With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
        Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
        "Science is about questioning the status quo. Questioning authority".
        In the absence of evidence, opinion is indistinguishable from prejudice.

        RIP Neil Armstrong

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://994185]
Approved by davido
Front-paged by jdporter
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-19 11:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found