2009/9/28 Armin Rigo <[email protected]>: > Hi Benjamin, > > On Sun, Sep 27, 2009 at 09:49:28PM -0500, Benjamin Peterson wrote: >> Well, at the moment it's not actually possible to use the unladen >> swallow benchmarks because the JIT has no thread support. > > That can be a confusing statement. I added thread support to asmgcc a > short while ago, so our JIT "mostly" supports threads, where "mostly" is > defined as "yes it should support threads but we never really tried".
Well, -Ojit disables the thread module, which I would classify as "not supporting threads with the JIT yet". -- Regards, Benjamin _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
