Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
eb06b89f
Commit
eb06b89f
authored
Nov 26, 2001
by
simonpj
Browse files
[project @ 2001-11-26 10:27:14 by simonpj]
Comments only
parent
1fdd97b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/stgSyn/StgSyn.lhs
View file @
eb06b89f
...
...
@@ -210,11 +210,11 @@ This has the same boxed/unboxed business as Core case expressions.
(GenStgExpr bndr occ)
-- the thing to examine
(GenStgLiveVars occ) -- Live vars of whole case
--
expression; i.e., those which mustn't b
e
-- overwritten
(GenStgLiveVars occ) -- Live vars of whole case
expression,
--
plus everything that happens after the cas
e
--
i.e., those which mustn't be
overwritten
(GenStgLiveVars occ) -- Live vars of RHSs
;
(GenStgLiveVars occ) -- Live vars of RHSs
(plus what happens afterwards)
-- i.e., those which must be saved before eval.
--
-- note that an alt's constructor's
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment