diff options
author | Gabor Greif <ggreif@gmail.com> | 2013-01-24 16:06:57 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2013-01-30 21:45:31 +0100 |
commit | 3e1745aa272077c98254ce9b79e62b92c40948a9 (patch) | |
tree | d9dca5075561442dafcf8bb3cb627dec7cc0a9e6 /docs/storage-mgt/rp.tex | |
parent | a217e7a27a8d48095e2e276ed07a203254bf8743 (diff) | |
download | haskell-3e1745aa272077c98254ce9b79e62b92c40948a9.tar.gz |
typos
Diffstat (limited to 'docs/storage-mgt/rp.tex')
-rw-r--r-- | docs/storage-mgt/rp.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/storage-mgt/rp.tex b/docs/storage-mgt/rp.tex index c8521901a6..d6f04520fb 100644 --- a/docs/storage-mgt/rp.tex +++ b/docs/storage-mgt/rp.tex @@ -793,7 +793,7 @@ live static closure to a correct null value before its destruction. This is done by invoking the function @resetStaticObjectForRetainerProfiling()@. -\textbf{To do:} In the current implemenation, if a static closure has no child +\textbf{To do:} In the current implementation, if a static closure has no child (e.g., @CONSTR_NOCAF_STATIC@, @THUNK_STATIC@ with an empty SRT, and @FUN_STATIC@ with an empty SRT), we do not compute its retainer set (because there is no need to do). This slight optimization allows us to render |