[MLton] PackWord16

Raymond Racine rracine@adelphia.net
Mon, 08 Nov 2004 19:42:27 -0500


On Mon, 2004-11-08 at 09:55, Stephen Weeks wrote:
> Great.  We eagerly await your patch.

Started to poke at it after work so its underway. Progress has been
made.  Currently sorting through the inter-relationships of Type.t,
Scale.t, WordSize.t, Bits.t and Byte.t and conversions.  Currently
figuring that it looks like I'll be going from a WordSize.t to a Scale.t
in 

 Word8Array_updateWord s =>
	add (Move {dst = (ArrayOffset
		  {base = a 0,
		   index = a 1,
		   offset = Bytes.zero,
		   scale = Type.scale s (* ????? *)

Not stuck yet, just sorting through the issues making sure a have a
grasp of things.

No specific questions. At this time ... :)