Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
f361281c
Commit
f361281c
authored
Dec 07, 2011
by
Simon Marlow
Browse files
Do not emit the THREAD_RUNNABLE event; it has no useful semantic content
parent
9c6191d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Schedule.h
View file @
f361281c
...
...
@@ -125,7 +125,6 @@ appendToRunQueue (Capability *cap, StgTSO *tso)
setTSOPrev
(
cap
,
tso
,
cap
->
run_queue_tl
);
}
cap
->
run_queue_tl
=
tso
;
traceEventThreadRunnable
(
cap
,
tso
);
}
/* Push a thread on the beginning of the run queue.
...
...
Ben Gamari
🐢
@bgamari
mentioned in commit
0e51109d
·
Feb 07, 2016
mentioned in commit
0e51109d
mentioned in commit 0e51109d010c474f60f7b3209e399c115c7bcec7
Toggle commit list
Write
Preview
Supports
Markdown
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