Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jberryman
GHC
Commits
e3b53173
Commit
e3b53173
authored
Nov 22, 2013
by
Gabor Greif
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Grammar in comments
parent
5874f13f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
includes/rts/Linker.h
includes/rts/Linker.h
+1
-1
rts/Linker.c
rts/Linker.c
+1
-1
No files found.
includes/rts/Linker.h
View file @
e3b53173
...
...
@@ -37,7 +37,7 @@ void initLinker (void);
* zero => Do not retain CAFs. Everything reachable from foreign
* exports will be retained, due to the StablePtrs
* created by the module initialisation code. unloadObj
* free these StablePtrs, which will allow the CAFs to
* free
s
these StablePtrs, which will allow the CAFs to
* be GC'd and the code to be removed.
*/
void
initLinker_
(
int
retain_cafs
);
...
...
rts/Linker.c
View file @
e3b53173
...
...
@@ -1562,7 +1562,7 @@ void initLinker (void)
{
// default to retaining CAFs for backwards compatibility. Most
// users will want initLinker_(0): otherwise unloadObj() will not
// be able to object files when they contain CAFs.
// be able to
unload
object files when they contain CAFs.
initLinker_
(
1
);
}
...
...
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