AW: Re: Q: bignum vtables

2004-06-28 Thread lt
| | I'd planned on having bignums be a base data type the same way that | strings were, since I couldn't see a reasonable way to handle them and do | lossless interchange at the lowest levels otherwise. Yes, during implementation of first BigInt steps, I saw that we'll need some of these vtables

Re: Q: bignum vtables

2004-06-28 Thread Dan Sugalski
On Thu, 24 Jun 2004, Leopold Toetsch wrote: > There are currently 19 bignum vtable slots, which take a BIGNUM* value > argument of some kind. These are IMHO useless. We don't have a Parrot > basic type like BIGNUM. > > A BIGNUM (BigInteger, BigNumber) will just be a PMC, AFAIK. > > So I think thes

Q: bignum vtables

2004-06-24 Thread Leopold Toetsch
There are currently 19 bignum vtable slots, which take a BIGNUM* value argument of some kind. These are IMHO useless. We don't have a Parrot basic type like BIGNUM. A BIGNUM (BigInteger, BigNumber) will just be a PMC, AFAIK. So I think these entries should just get deleted. leo