Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alfredo Di Napoli
GHC
Commits
ca590cdd
Commit
ca590cdd
authored
Feb 12, 2002
by
njn
Browse files
[project @ 2002-02-12 17:20:36 by njn]
Added note about the mangler removing unneeded SRTs.
parent
e50ff381
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/docs/comm/the-beast/mangler.html
View file @
ca590cdd
...
...
@@ -24,7 +24,8 @@
<ul>
<li>
The code executed when a closure is entered is moved adjacent to
that closure's infotable. Moreover, the order of the info table
entries is reversed.
entries is reversed. Also, SRT pointers are removed from closures that
don't need them (non-FUN, RET and THUNK ones).
<li>
Function prologue and epilogue code is removed. (GHC generated code
manages its own stack and uses the system stack only for return
addresses and during calls to C code.)
...
...
Write
Preview
Markdown
is supported
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