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

Re: Time for a 64-bit perl API?

Thread Previous | Thread Next
From:
Father Chrysostomos
Date:
June 10, 2012 10:59
Subject:
Re: Time for a 64-bit perl API?
Message ID:
20120610175906.3067.qmail@lists-nntp.develooper.com
Dave Mitchell asked;
> Perhaps its time to bite the bullet and give perl a whole new 64-bit-clean
> API? For example, an av_fetch64() with IV rather than I32 args.
...
> Or perhaps XS code could just have
> 
>     #define USE_64BIT_API
> 
> and magically av_fetch has 64-bit args, and deprecated macros etc are no
> longer defined?

I thought increasing the size of an argument was not considered an
incompatible change.  We have already done that with some functions.


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