Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Kaznacheev
GHC
Commits
2d828460
Commit
2d828460
authored
11 years ago
by
Gabor Greif
Browse files
Options
Downloads
Patches
Plain Diff
Typos in comments
parent
cb8a63cb
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
compiler/coreSyn/CoreArity.lhs
+1
-1
1 addition, 1 deletion
compiler/coreSyn/CoreArity.lhs
ghc/Main.hs
+1
-1
1 addition, 1 deletion
ghc/Main.hs
with
2 additions
and
2 deletions
compiler/coreSyn/CoreArity.lhs
+
1
−
1
View file @
2d828460
...
@@ -325,7 +325,7 @@ this transformation. So we try to limit it as much as possible:
...
@@ -325,7 +325,7 @@ this transformation. So we try to limit it as much as possible:
(3) Do NOT move a lambda outside a case unless
(3) Do NOT move a lambda outside a case unless
(a) The scrutinee is ok-for-speculation, or
(a) The scrutinee is ok-for-speculation, or
(b) more liberally: the scru
nit
ee is cheap and -fpedantic-bottoms is not
(b) more liberally: the scru
tin
ee is cheap and -fpedantic-bottoms is not
enforced
enforced
Of course both (1) and (2) are readily defeated by disguising the bottoms.
Of course both (1) and (2) are readily defeated by disguising the bottoms.
...
...
This diff is collapsed.
Click to expand it.
ghc/Main.hs
+
1
−
1
View file @
2d828460
...
@@ -835,7 +835,7 @@ the GC stats. As a result, this breaks things like `:set +s` in GHCi
...
@@ -835,7 +835,7 @@ the GC stats. As a result, this breaks things like `:set +s` in GHCi
(#8754). As a hacky workaround, we instead call 'defaultHooks'
(#8754). As a hacky workaround, we instead call 'defaultHooks'
directly to initalize the flags in the RTS.
directly to initalize the flags in the RTS.
A b
i
product of this, I believe, is that hooks are likely broken on OS
A b
y
product of this, I believe, is that hooks are likely broken on OS
X when dynamically linking. But this probably doesn't affect most
X when dynamically linking. But this probably doesn't affect most
people since we're linking GHC dynamically, but most things themselves
people since we're linking GHC dynamically, but most things themselves
link statically.
link statically.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment