[Python-Dev] Variant of removing GIL. (original) (raw)
skip@pobox.com skip at pobox.com
Sat Sep 17 04:07:23 CEST 2005
- Previous message: [Python-Dev] Variant of removing GIL.
- Next message: [Python-Dev] GIL, Python 3, and MP vs. UP (was Re: Variant of removing GIL.)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Martin> However, this is really hard to do correctly - if it were
Martin> simple, it would have been done long ago.
I don't believe difficulty is the only (or primary) barrier. I think someone would have tackled it since Greg Stein did back in 1.4(?) or his free-threading changes would have been incorporated into the core had they yielded speedups on multiprocessors and not hurt performance on uniprocessors.
Skip
- Previous message: [Python-Dev] Variant of removing GIL.
- Next message: [Python-Dev] GIL, Python 3, and MP vs. UP (was Re: Variant of removing GIL.)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]