[project @ 1999-05-04 08:31:51 by sof]
[ghc-hetmet.git] / ghc / docs / users_guide / 4-03-notes.vsgml
index 72e3c99..a402be8 100644 (file)
@@ -17,4 +17,10 @@ computations on small integers.  The performance of <tt/Integer/ is now
 only slightly slower than <tt/Int/ for values between <tt/minBound :: Int/
 and <tt/maxBound :: Int/.
 
+<item> On Win32 platforms, added support for using (and producing) dynamic
+link libraries (DLLs) containing ghc-compiled code.
+
+<item> Added @-funbox-strict-fields@ for unboxing/unpacking strict
+constructor fields.
+
 </itemize>