From: simonmar Date: Fri, 10 Aug 2001 08:40:51 +0000 (+0000) Subject: [project @ 2001-08-10 08:40:51 by simonmar] X-Git-Tag: Approximately_9120_patches~1291 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a55a56e69012ff764e900576c2901786db5ca393;p=ghc-hetmet.git [project @ 2001-08-10 08:40:51 by simonmar] added pointer to ghc/rts/Adjustor.c, which has some good comments. --- diff --git a/ghc/docs/comm/the-beast/alien.html b/ghc/docs/comm/the-beast/alien.html index e0e00a0..3d4776e 100644 --- a/ghc/docs/comm/the-beast/alien.html +++ b/ghc/docs/comm/the-beast/alien.html @@ -28,7 +28,8 @@

Each time the foreign export dynamic is invoked to create a new callback function, a small piece of code has to be dynamically - generated. It is the address of this dynamically generated bit of + generated (by code in Adjustor.c). It is the address of this dynamically generated bit of code that is returned as the Addr (or Ptr). When called from C, the dynamically generated code must somehow invoke