> Just to dive in for a moment here. TLS doesn't scare me. I've looked at a
> lot of ways to do the same thing and TLS is so much cleaner than the
> alternative getspecific/setspecific.

I was more wondering about the global variable thing (TLS is
essentially a global) more than TLS vs getspecific/setspecific.  The
mechansim for doing TLS isn't really an issue for me.  I was trying to
understand how one object (in thread 1) might call a method on another
object which in turn would schedule an event for that object (which
should be in thread 2, the target's thread).

  Nate
_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to