From: apt Date: Thu, 6 Sep 2001 14:41:21 +0000 (+0000) Subject: [project @ 2001-09-06 14:41:21 by apt] X-Git-Tag: Approximately_9120_patches~1021 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2865abc3b3afd220a17e3420567183e5d2372825;p=ghc-hetmet.git [project @ 2001-09-06 14:41:21 by apt] add pointer to primops.txt documentation feature --- diff --git a/ghc/docs/comm/rts-libs/primitives.html b/ghc/docs/comm/rts-libs/primitives.html index 19095b4..bcd67e1 100644 --- a/ghc/docs/comm/rts-libs/primitives.html +++ b/ghc/docs/comm/rts-libs/primitives.html @@ -53,7 +53,12 @@ during the execution of the boot target in the fptools/ghc/ directory. This scheme significantly simplifies the maintenance of primitive operations. - +

+ As of development version 5.02, the primops.txt file also allows the + recording of documentation about intended semantics of the primitives. This can + be extracted into a latex document (or rather, into latex document fragments) + via an appropriate switch to genprimopcode. In particular, see primops.txt + for full details of how GHC is configured to cope with different machine word sizes.

Last modified: Wed Aug 8 19:29:12 EST 2001