<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Tony can you look at head vs. release m3core/threads and such and decide if you want all of head in release?<BR>
The changes I know about are<BR>
- handling low resources in pthread, the can of worms I keep prying on :) <BR>
- something in user threads, I didn't read enough to understand <BR>
- other stuff in user threads -- sigaltstack for openbsd <BR>
<BR>
I'll get Win32 -- eliminating an extra acquire/release in the InnerWait loop.<BR>
<BR>
<BR>
Beyond that the things to consider are<BR>
- assertions and dependency on time_t definition and such<BR>
- keying off of processor or "os" (linux,openbsd, etc.) instead of full platform (amd64_linux, i386_openbsd, etc.)<BR>
- Uconstants.c is in different order and impossible to read diff; I need to sort it or something<BR>
<BR>
<BR>
Just copying all of head m3core to release is probably fine though I try to be a little arbitrarily<BR>
slow/methodical as a substitute for being conservative, sometimes, something illogical like that.<BR>
<BR>
<BR>
- Jay<BR><BR> </body>
</html>