出典:Wikipedia
出典:『Wikipedia』 (2011/06/22 04:12 UTC 版)
A Global Interpreter Lock (GIL) is a mutual exclusion lock held by a programming language interpreter thread to avoid sharing code that is not thread-safe with other threads. In languages with a GIL, there is always one GIL for each interpreter process. CPython and Ruby's reference implementation use GILs.
![]()
a secretary-translator