<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Tony, it looks like you assume the context passed to a signal handler is on the stack.<BR>
Is that really guaranteed? It couldn't be in some thread local for some reason?<BR>
 (signals can nest? Therefore that would be problematic?)<BR>
We can just use the address of a local, right?<BR>
 <BR>
And we can assume the signal stack is the regular stack?<BR>
By default?<BR>
(I know sigstack/sigaltstack can fiddle with it; we should assume it isn't used.)<BR>
 <BR>
I noticed this in structure ThreadWin32.m3 a bit more like ThreadPosix.m3.<BR>
 <BR>
 - Jay<BR>                                     </body>
</html>