Re: Structure sharing bignums in pil32

2020-05-04 Thread Andras Pahi
Thank you Alex. > On 2020. May 4., at 7:06, Alexander Burger wrote: > > Hi Andras, > >> I would like to ask that structure sharing is used in pil32 bigNums or not ? >> In doSub(), doAbs() it uses structure sharing, but otherwise in big.c >> it copies the argument then modifies it. > > Correct.

Re: Structure sharing bignums in pil32

2020-05-03 Thread Alexander Burger
Hi Andras, > I would like to ask that structure sharing is used in pil32 bigNums or not ? > In doSub(), doAbs() it uses structure sharing, but otherwise in big.c > it copies the argument then modifies it. Correct. And also in pil64 and pil21. All other arithmetic operations except add/sub cannot

Structure sharing bignums in pil32

2020-05-03 Thread Andras Pahi
Hello all, I would like to ask that structure sharing is used in pil32 bigNums or not ? In doSub(), doAbs() it uses structure sharing, but otherwise in big.c it copies the argument then modifies it. Thanks, Andras -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe