OSDN Git Service

Eliminate the constraint that thread ids must have an LSB of 1. This
authorCarl Shapiro <cshapiro@google.com>
Wed, 27 Jan 2010 01:12:51 +0000 (17:12 -0800)
committerCarl Shapiro <cshapiro@google.com>
Wed, 27 Jan 2010 01:15:31 +0000 (17:15 -0800)
commit59a93123f48e9d7c2992ec4b08f75b90c74cb468
tree6a799c0635f9ad456dc01c15ddee1ab0278d86b7
parent56c096f4b2437dff752e54e6f757528e84e11232
Eliminate the constraint that thread ids must have an LSB of 1.  This
doubles the space of thread ids and will break any code that assumes
thread ids are odd numbered.
vm/Thread.c