Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: Contribute towards the Perl 5.8.9 release documents and be loved by millions!

by pjf (Curate)
on Sep 08, 2008 at 07:49 UTC ( [id://709723]=note: print w/replies, xml ) Need Help??


in reply to Re: Contribute towards the Perl 5.8.9 release documents and be loved by millions!
in thread Contribute towards the Perl 5.8.9 release documents and be loved by millions!

Oddly enough, finding out why someone would want to upgrade to 5.8.9 rather than 5.10 is exactly what this project is all about. ;) Without the release notes, I can't tell you for certain. However some things which immediately spring to mind:

  • Some regexps run significantly faster in 5.8 than in 5.10. If you're processing massive amounts of data, you may have benchmarked your alternatives and discovered that moving to a leaner 5.8 is better than moving to 5.10.
  • 5.8.9 is binary compatible with the previous 5.8 releases. You shouldn't need to recompile any of your modules. Yet 5.8.9 incorporates many of the performance enhancements and fixes that went into 5.10.
  • You have an organisation that doesn't want to move to a .0 release of anything. I can think of plenty of these.

Any of the above AND...

  • You re-bless objects frequently. This is faster in 5.8.9, especially if they change their overloading behaviour.
  • You want to save your debugger history.
  • You use the diagnostics pragma, and don't want it to coat your regexps in concrete and drop them off a nearby pier.

There'll be other reasons when we find them. Plus, as chromatic noted, 5.10.0 isn't marked as "fully stable", although I'm not sure what that means either. It's certainly stable enough for me, although I know of a few things that will be changing for the 5.10.1 release.

  • Comment on Re^2: Contribute towards the Perl 5.8.9 release documents and be loved by millions!

Replies are listed 'Best First'.
Re^3: Contribute towards the Perl 5.8.9 release documents and be loved by millions!
by Anonymous Monk on Sep 08, 2008 at 08:08 UTC
    5.8.9 is binary compatible with the previous 5.8 releases.
    Not true. Binary compatibility was broken several times, in 5.8.1, 5.8.2, 5.8.7 (and probably others).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://709723]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-19 07:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found