[project @ 2002-03-04 14:39:46 by keithw]
authorkeithw <unknown>
Mon, 4 Mar 2002 14:39:46 +0000 (14:39 +0000)
committerkeithw <unknown>
Mon, 4 Mar 2002 14:39:46 +0000 (14:39 +0000)
Explain the *other* thing AP_UPDs are used for (not just Hugs, but
also stack-freezing for raiseAsync()).

ghc/docs/rts/rts.tex

index 9d742ae..158ae7e 100644 (file)
@@ -2135,8 +2135,10 @@ both @PAP@ and @PAP_STATIC@.
 
 \Subsubsection{\texttt{AP\_UPD} objects}{AP_UPD}
 
-@AP_UPD@ objects are used to represent thunks built by Hugs.  The only
-distintion between an @AP_UPD@ and a @PAP@ is that an @AP_UPD@ is
+@AP_UPD@ objects are used to represent thunks built by Hugs, and to
+save the currently-active computations when performing @raiseAsync()@.
+The only
+distinction between an @AP_UPD@ and a @PAP@ is that an @AP_UPD@ is
 updateable.
 
 \begin{center}