Front page | perl.perl6.internals |
Postings from October 2001
Re: Sizes, again.
Thread Previous
|
Thread Next
From:
Andy Dougherty
Date:
October 2, 2001 07:19
Subject:
Re: Sizes, again.
Message ID:
Pine.SOL.4.10.10110021018430.19953-100000@maxwell.phys.lafayette.edu
On Tue, 2 Oct 2001, Dan Sugalski wrote:
> >Also, if someone wants an IV constant bigger than 32 bits
> >and their IVs are bigger than 32 bits, then we will find ourselves in
> >need of two set_i_ic variants: immediate and indirect. The IV constants
> >needing no more than 32 bits use the immediate mode, and the others
> >use the indirect (to const_table) mode.
>
> Yup. I'm not sure I'm going to worry about that all that much, though. I
> don't know that it'll be a big problem in practice.
Actually, I fear it might be. There's already considerable demand in
perl5 to have 64-bit IVs, even if implemented as 'long long', particularly
for various largefile issues.
Perl6 users are likely to want the same ability, so expect users to want
to have 64-bit IVs.
--
Andy Dougherty doughera@lafayette.edu
Dept. of Physics
Lafayette College, Easton PA 18042
Thread Previous
|
Thread Next