caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Marshalling of floats
@ 1998-08-04 18:38 Christopher Oliver
  1998-08-05  8:00 ` Xavier Leroy
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Oliver @ 1998-08-04 18:38 UTC (permalink / raw)
  To: caml-list

In writing some signal processing software, I ran across a few
problems with Marshall.  I'd like ideas about how OCAML might
address these.

First, floats are simply written in increasing byte order OCAML
makes no attempt to rearrange based on endianness.  I think byte
order is discovered on configuration when building the system.
Should OCAML swap byte orders on some hardware to try to compen-
sate, or should we make no attempt to record floating point
portably between the major architectures?  The change in byterun/
intern.c and byterun/extern.c to handle byte swapping is fairly
trivial provided we include the config.h

Harder, does anyone have any good ideas besides conversion to
and from lists for marshalling floating arrays between bytecode
and native OCAML programs?  Without this sort of thing, one must
walk structures by hand if there are variant types with floating
arrays.

The reason for all this noise is that marshalling is ostensibly
to provide an external representation for non-code structured
data, but to be thorough, must we not try to be portable?

Ideas?

-- 
Christopher Oliver                     Traverse Internet
Systems Coordinator                    223 Grandview Pkwy, Suite 108
oliver@traverse.net                    Traverse City, Michigan, 49684
let magic f = fun x -> x and more_magic n f = fun x -> f ((n f) x);;





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1998-08-12 20:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-08-04 18:38 Marshalling of floats Christopher Oliver
1998-08-05  8:00 ` Xavier Leroy
1998-08-05  8:13   ` Christopher Oliver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).