Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
0cdde9d7
Commit
0cdde9d7
authored
Dec 06, 2007
by
Simon Marlow
Browse files
comment only
parent
d5fbbe4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/iface/MkIface.lhs
View file @
0cdde9d7
...
...
@@ -181,6 +181,10 @@ code of A, and thereby haul in all the stuff reachable from it.
haul in all the unfoldings for B, in case the module that imports A *is*
compiled with -O. I think this is the case.]
SimonM [30/11/2007]: I believe the above is all out of date; the
current implementation doesn't do it this way. Instead, when any of
the dependencies of a declaration changes, the version of the
declaration itself changes.
\begin{code}
#include "HsVersions.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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