From: Christian B. <cb...@ce...> - 2011-01-14 10:11:41
|
Hi! On Thu, 13 Jan 2011 22:08:26 -0500, Darren <dm...@gm...> wrote: > What is the purpose of sheepthreads, and why is it only built on > powerpc? If I remember correctly (it's been a while...), LinuxThreads didn't work properly with threads which relocated their stack. Also, it used r2 as a pointer to a thread-local data structure, whereas for the Mac OS thread this register needs to be free for use as the TOC pointer. I wanted to use threading in SheepShaver, so I wrote a replacement threading library that didn't have these limitations. Bye, Christian -- / Physics is an algorithm \/ www.cebix.net |