<tfoot id='UlxfG'></tfoot>

<legend id='UlxfG'><style id='UlxfG'><dir id='UlxfG'><q id='UlxfG'></q></dir></style></legend>
      • <bdo id='UlxfG'></bdo><ul id='UlxfG'></ul>
    1. <i id='UlxfG'><tr id='UlxfG'><dt id='UlxfG'><q id='UlxfG'><span id='UlxfG'><b id='UlxfG'><form id='UlxfG'><ins id='UlxfG'></ins><ul id='UlxfG'></ul><sub id='UlxfG'></sub></form><legend id='UlxfG'></legend><bdo id='UlxfG'><pre id='UlxfG'><center id='UlxfG'></center></pre></bdo></b><th id='UlxfG'></th></span></q></dt></tr></i><div id='UlxfG'><tfoot id='UlxfG'></tfoot><dl id='UlxfG'><fieldset id='UlxfG'></fieldset></dl></div>

    2. <small id='UlxfG'></small><noframes id='UlxfG'>

      1. 为什么Java虚拟机中没有GIL?为什么 Python 这么需要一个?

        时间:2023-08-23
          <tbody id='hpN2k'></tbody>

          <small id='hpN2k'></small><noframes id='hpN2k'>

        • <legend id='hpN2k'><style id='hpN2k'><dir id='hpN2k'><q id='hpN2k'></q></dir></style></legend>
        • <tfoot id='hpN2k'></tfoot>

              <bdo id='hpN2k'></bdo><ul id='hpN2k'></ul>
              • <i id='hpN2k'><tr id='hpN2k'><dt id='hpN2k'><q id='hpN2k'><span id='hpN2k'><b id='hpN2k'><form id='hpN2k'><ins id='hpN2k'></ins><ul id='hpN2k'></ul><sub id='hpN2k'></sub></form><legend id='hpN2k'></legend><bdo id='hpN2k'><pre id='hpN2k'><center id='hpN2k'></center></pre></bdo></b><th id='hpN2k'></th></span></q></dt></tr></i><div id='hpN2k'><tfoot id='hpN2k'></tfoot><dl id='hpN2k'><fieldset id='hpN2k'></fieldset></dl></div>

                  本文介绍了为什么Java虚拟机中没有GIL?为什么 Python 这么需要一个?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我希望有人能提供一些关于 Java 虚拟机的根本不同之处的见解,它允许它很好地实现线程而无需全局解释器锁 (GIL),而 Python 需要这样一个邪恶.

                  I'm hoping someone can provide some insight as to what's fundamentally different about the Java Virtual Machine that allows it to implement threads nicely without the need for a Global Interpreter Lock (GIL), while Python necessitates such an evil.

                  推荐答案

                  Python(语言)不需要 GIL(这就是为什么它可以完美地在 JVM [Jython] 和 .NET [IronPython] 上实现,并且那些实现多线程自由).CPython(流行的实现)一直使用 GIL 来简化编码(尤其是垃圾收集机制的编码)和非线程安全 C 编码库的集成(过去有很多这样的库;-).

                  Python (the language) doesn't need a GIL (which is why it can perfectly be implemented on JVM [Jython] and .NET [IronPython], and those implementations multithread freely). CPython (the popular implementation) has always used a GIL for ease of coding (esp. the coding of the garbage collection mechanisms) and of integration of non-thread-safe C-coded libraries (there used to be a ton of those around;-).

                  Unladen Swallow 项目以及其他雄心勃勃的目标,计划 用于 Python 的无 GIL 虚拟机——引用该网站的话,此外,我们打算移除 GIL 并修复 Python 中的多线程状态.我们相信这可以通过实现更复杂的 GC 系统来实现,例如 IBM 的 Recycler (Bacon et al, 2001)."

                  The Unladen Swallow project, among other ambitious goals, does plan a GIL-free virtual machine for Python -- to quote that site, "In addition, we intend to remove the GIL and fix the state of multithreading in Python. We believe this is possible through the implementation of a more sophisticated GC system, something like IBM's Recycler (Bacon et al, 2001)."

                  这篇关于为什么Java虚拟机中没有GIL?为什么 Python 这么需要一个?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:如何创建自定义 Eclipse 语法荧光笔 下一篇:获取正在运行的 JVM 的参数

                  相关文章

                    <legend id='S7JJb'><style id='S7JJb'><dir id='S7JJb'><q id='S7JJb'></q></dir></style></legend>
                      <bdo id='S7JJb'></bdo><ul id='S7JJb'></ul>
                    <i id='S7JJb'><tr id='S7JJb'><dt id='S7JJb'><q id='S7JJb'><span id='S7JJb'><b id='S7JJb'><form id='S7JJb'><ins id='S7JJb'></ins><ul id='S7JJb'></ul><sub id='S7JJb'></sub></form><legend id='S7JJb'></legend><bdo id='S7JJb'><pre id='S7JJb'><center id='S7JJb'></center></pre></bdo></b><th id='S7JJb'></th></span></q></dt></tr></i><div id='S7JJb'><tfoot id='S7JJb'></tfoot><dl id='S7JJb'><fieldset id='S7JJb'></fieldset></dl></div>
                    <tfoot id='S7JJb'></tfoot>

                      <small id='S7JJb'></small><noframes id='S7JJb'>