[MLton] real hash table

Henry Cejtin henry.cejtin@sbcglobal.net
Mon, 29 May 2006 17:08:20 -0500


I can't afford the slow down from a global -ieee-fp true argument.  I also
can't afford to have the hash table keep a Word64.word because I might have
really a huge number of entries in the table.

There definitely should not be any `numerical artifacts' because going from a
64-bit to an 80-bit real is one-to-one.