develooper Front page | perl.perl5.porters | Postings from June 2011

Re: bfa148846 Reorder ops so that trans{,r} and aelemfast{,_lex} areadjacent

Thread Previous | Thread Next
From:
Nicholas Clark
Date:
June 13, 2011 10:15
Subject:
Re: bfa148846 Reorder ops so that trans{,r} and aelemfast{,_lex} areadjacent
Message ID:
20110613171500.GX23881@plum.flirble.org
On Mon, Jun 13, 2011 at 06:58:34PM +0200, Reini Urban wrote:
> Sigh,
> bfa148846 Reorder ops so that trans{,r} and aelemfast{,_lex} are adjacent
> 
> This reshuffles for no apparent win all op numbers > 35, and thus
> makes it very hard
> to maintain .pmc bytecode compatibility.
> New ops should go to the end.

This isn't a change that gets into a maint branch.

You have bytecode compatibility between different major versions of Perl 5?

How does that work, given that this is between versions that can well have
different SV flags (if not different meanings for the SV types), can have
different op flags (or different meaning for the op flags), and different ops
available.

> I know this is Nick and he will not care at all but can someone else
> support my argument?

Phrasing it like that is likely to *reduce* your chances of getting anyone
to do what you request.

Nicholas Clark

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About