Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
69d5d326
Commit
69d5d326
authored
Aug 10, 2006
by
Simon Marlow
Browse files
remove out of date comment
parent
443f2650
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/TSO.h
View file @
69d5d326
...
...
@@ -215,16 +215,6 @@ typedef struct StgTSO_ {
(tso->sp is left pointing at the top word on the stack so that
the return value or exception will be retained by a GC).
tso->blocked_exceptions is either:
NULL if async exceptions are unblocked.
END_TSO_QUEUE if async exceptions are blocked, but no threads
are currently waiting to deliver.
(StgTSO *)tso if threads are currently awaiting delivery of
exceptions to this thread.
The 2 cases BlockedOnGA and BlockedOnGA_NoSend are needed in a GUM
setup only. They mark a TSO that has entered a FETCH_ME or
FETCH_ME_BQ closure, respectively; only the first TSO hitting the
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment