Re: Bytecode storage of floats

2002-05-11 Thread Bryan C. Warnock
On Wed, 2002-05-08 at 09:29, Melvin Smith wrote: > > Thanks for that, Bryan! I knew someone had posted some stuff claiming > to have some float conversion stuff, but I couldn't remember who. > > This is a very good compilation of the issues we have to address. > > I implemented a byteordering s

RE: Bytecode storage of floats

2002-05-06 Thread Andy Dougherty
On Sat, 4 May 2002, Brent Dax wrote: > Melvin Smith: > # I have a patch almost complete that makes Parrot handle > # bytecode files across platforms (does endian and wordsize > # transform), but there is one glaring non-portability, and > # that is that we are storing floating point constants

Re: Bytecode storage of floats

2002-05-05 Thread Dan Sugalski
At 2:30 AM -0400 5/5/02, Melvin Smith wrote: >I have a patch almost complete that makes Parrot handle bytecode >files across platforms (does endian and wordsize transform), but there is >one glaring non-portability, and that is that we are storing floating point >constants in native format. > >We

RE: Bytecode storage of floats

2002-05-04 Thread Brent Dax
Melvin Smith: # I have a patch almost complete that makes Parrot handle # bytecode files across platforms (does endian and wordsize # transform), but there is one glaring non-portability, and # that is that we are storing floating point constants in native format. # # We need to discuss how we

Bytecode storage of floats

2002-05-04 Thread Melvin Smith
I have a patch almost complete that makes Parrot handle bytecode files across platforms (does endian and wordsize transform), but there is one glaring non-portability, and that is that we are storing floating point constants in native format. We need to discuss how we want to portably store these