Just a quick note: MOPS is currently a 32 bit system and has never been tested on a 64 bit machine. Such a test would be interesting though (but potentially filled with bitter surprises).

As they say, there's no such thing as portable code, just code that's been
ported.  Any effort spent on porting is well spent --- try other endian
as well.  E.g. I recently saw code that said
        int *ifoo;
        short s;

        s = (short *)ifoo;

                                R

_______________________________________________
LSST-data mailing list
[email protected]
http://www.lsstmail.org/mailman/listinfo/lsst-data

Reply via email to