> I'm happy to leave it be and don't want to stand in the way of your code. Do > we care about things that aren't pthreads/posix complaint? Seems like every > system we're going to run on should have it (because python requires it) and > we shouldn't build infrastructure with no purpose (didn't you have a line > like that at some point?). A question I'm interested in, is if there is a > good c++ wrapper for pthreads that would work.
Yeah, I'm not sure if python can run with any other threads package. Be nice to figure that out. Boost does of course have a threading library. There's also TBB which may have some sort of threads stuff. Steve, can you get your stuff in with ifdefs and a compile time option for now? I'm assuming that the pthreads calls are pretty limited and figuring this out later isn't unreasonable. Nate _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
