dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Safely implementing Thread.Abort


From: Rhys Weatherley
Subject: Re: [DotGNU]Safely implementing Thread.Abort
Date: Thu, 20 May 2004 08:47:56 +1000
User-agent: KMail/1.4.3

For now, implement the check on backwards jump as-is.  It should only need to 
do "if(thread->aborted) ...", which won't be too bad.  And I might be able to 
arrange to inline that in the unroller, further reducing the overhead (it's 
tricky to find the "thread" in the unroller, but not impossible).

Cheers,

Rhys.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]