arvindm95 / unladen-swallow

Automatically exported from code.google.com/p/unladen-swallow
Other
0 stars 0 forks source link

LLVM-generated functions need to switch threads #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, LLVM-generated functions don't yield the GIL to other threads
(unless they're doing IO) the way the interpreter does. Among other
problems, this greatly reduces threading fairness when running with -L[012].

evlogimenos has agreed to work on this (and signal handling, since they're
related).

Original issue reported on code.google.com by collinw on 28 May 2009 at 12:30

GoogleCodeExporter commented 8 years ago

Original comment by collinw on 19 Jun 2009 at 6:45

GoogleCodeExporter commented 8 years ago

Original comment by collinw on 6 Jul 2009 at 9:25

GoogleCodeExporter commented 8 years ago
Fixed in r699.

Original comment by collinw on 7 Jul 2009 at 5:13