From: Simon Marlow Date: Thu, 10 Aug 2006 13:01:54 +0000 (+0000) Subject: remove out of date comment X-Git-Tag: Before_FC_branch_merge~238 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=69d5d3266dab36d9bfbe7da8ca9e077619516809;p=ghc-hetmet.git remove out of date comment --- diff --git a/includes/TSO.h b/includes/TSO.h index 4621d4a..3f7923d 100644 --- a/includes/TSO.h +++ b/includes/TSO.h @@ -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