From 69d5d3266dab36d9bfbe7da8ca9e077619516809 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 10 Aug 2006 13:01:54 +0000 Subject: [PATCH] remove out of date comment --- includes/TSO.h | 10 ---------- 1 file changed, 10 deletions(-) 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 -- 1.7.10.4