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,249
Issues
4,249
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
393
Merge Requests
393
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
c4279ff1
Commit
c4279ff1
authored
Dec 04, 2019
by
KevinBuhr
Committed by
Marge Bot
Dec 31, 2019
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some sloppy indentation
parent
dd4b6551
Pipeline
#14135
failed with stages
in 327 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
rts/Timer.c
rts/Timer.c
+3
-3
No files found.
rts/Timer.c
View file @
c4279ff1
...
...
@@ -117,7 +117,7 @@ handle_tick(int unused STG_UNUSED)
if
(
RtsFlags
.
GcFlags
.
doIdleGC
)
{
recent_activity
=
ACTIVITY_INACTIVE
;
inter_gc_ticks_to_gc
=
RtsFlags
.
GcFlags
.
interIdleGCWait
/
RtsFlags
.
MiscFlags
.
tickInterval
;
RtsFlags
.
MiscFlags
.
tickInterval
;
#if defined(THREADED_RTS)
wakeUpRts
();
// The scheduler will call stopTimer() when it has done
...
...
@@ -139,8 +139,8 @@ handle_tick(int unused STG_UNUSED)
#endif
}
}
else
{
if
(
idle_ticks_to_gc
)
idle_ticks_to_gc
--
;
if
(
inter_gc_ticks_to_gc
)
inter_gc_ticks_to_gc
--
;
if
(
idle_ticks_to_gc
)
idle_ticks_to_gc
--
;
if
(
inter_gc_ticks_to_gc
)
inter_gc_ticks_to_gc
--
;
}
break
;
default:
...
...
Marge Bot
💬
@marge-bot
mentioned in merge request
!1403 (closed)
·
Jan 01, 2020
mentioned in merge request
!1403 (closed)
mentioned in merge request !1403
Toggle commit list
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