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
4,245
Issues
4,245
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
397
Merge Requests
397
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
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
Glasgow Haskell Compiler
GHC
Commits
0ef71740
Commit
0ef71740
authored
Jun 08, 2015
by
Gabor Greif
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Squash typos in comments
parent
016bbfd2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
compiler/cmm/CmmUtils.hs
compiler/cmm/CmmUtils.hs
+1
-1
rts/Linker.c
rts/Linker.c
+1
-1
rts/Trace.c
rts/Trace.c
+1
-1
No files found.
compiler/cmm/CmmUtils.hs
View file @
0ef71740
...
...
@@ -241,7 +241,7 @@ cmmLabelOff :: CLabel -> Int -> CmmLit
cmmLabelOff
lbl
0
=
CmmLabel
lbl
cmmLabelOff
lbl
byte_off
=
CmmLabelOff
lbl
byte_off
-- | Useful for creating an index into an array, with a staticaly known offset.
-- | Useful for creating an index into an array, with a statical
l
y known offset.
-- The type is the element type; used for making the multiplier
cmmIndex
::
DynFlags
->
Width
-- Width w
...
...
rts/Linker.c
View file @
0ef71740
...
...
@@ -1692,7 +1692,7 @@ initLinker_ (int retain_cafs)
barf
(
"ghciInsertSymbolTable failed"
);
}
// Red
u
rect newCAF to newRetainedCAF if retain_cafs is true.
// Red
i
rect newCAF to newRetainedCAF if retain_cafs is true.
if
(
!
ghciInsertSymbolTable
(
WSTR
(
"(GHCi built-in symbols)"
),
symhash
,
MAYBE_LEADING_UNDERSCORE_STR
(
"newCAF"
),
retain_cafs
?
newRetainedCAF
:
newGCdCAF
,
...
...
rts/Trace.c
View file @
0ef71740
...
...
@@ -461,7 +461,7 @@ void traceOSProcessInfo_(void) {
getpid
());
#if !defined(cygwin32_HOST_OS) && !defined (mingw32_HOST_OS)
/* Windows has no strong concept of process h
ei
rarchy, so no getppid().
/* Windows has no strong concept of process h
ie
rarchy, so no getppid().
* In any case, this trace event is mainly useful for tracing programs
* that use 'forkProcess' which Windows doesn't support anyway.
*/
...
...
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