Python Forum
When will the GIL be removed?
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
When will the GIL be removed?
#11
Thanks for the Web-scraping-part-2 link. Smile

At the current state of development PyPy software transactional memory version is only available for Python 2.7 and only for Linux. http://pypy.org/download.html

However, the PyPy technical framework for me seems to be more path-breaking than the one of current CPython.

https://en.wikipedia.org/wiki/PyPy Wrote:The PyPy project has developed a tool chain that analyzes RPython code and translates it into C code, which is then compiled to produce a native interpreter. It also allows for pluggable garbage collectors as well as optionally enabling Stackless Python features. Finally, it includes a just-in-time (JIT) generator which builds a just-in-time compiler into the interpreter, given a few annotations in the interpreter source code. The generated JIT compiler is a tracing JIT.[5]

As a numerical Python programmer I will be especially interested in the JIT Compiler.

Is Standard PyPy compatible with the Anaconda distro? For both linux and windows?
Reply


Messages In This Thread
When will the GIL be removed? - by consuli - Nov-27-2016, 11:27 AM
RE: When will the GIL be removed? - by wavic - Nov-27-2016, 02:07 PM
RE: When will the GIL be removed? - by consuli - Nov-27-2016, 07:51 PM
RE: When will the GIL be removed? - by micseydel - Nov-27-2016, 10:00 PM
RE: When will the GIL be removed? - by consuli - Nov-28-2016, 06:47 PM
RE: When will the GIL be removed? - by wavic - Nov-28-2016, 08:54 AM
RE: When will the GIL be removed? - by micseydel - Nov-28-2016, 07:35 PM
RE: When will the GIL be removed? - by nilamo - Nov-28-2016, 08:01 PM
RE: When will the GIL be removed? - by pydsigner - Nov-29-2016, 04:58 PM
RE: When will the GIL be removed? - by snippsat - Nov-29-2016, 05:57 PM
RE: When will the GIL be removed? - by consuli - Nov-29-2016, 07:00 PM
RE: When will the GIL be removed? - by consuli - Dec-04-2016, 06:15 PM
RE: When will the GIL be removed? - by snippsat - Dec-04-2016, 06:33 PM
RE: When will the GIL be removed? - by snippsat - Dec-04-2016, 09:25 PM
RE: When will the GIL be removed? - by consuli - Dec-05-2016, 01:53 PM
RE: When will the GIL be removed? - by consuli - Dec-06-2016, 07:29 PM
RE: When will the GIL be removed? - by micseydel - Jan-06-2017, 12:22 AM
RE: When will the GIL be removed? - by nilamo - Jan-06-2017, 04:22 PM
RE: When will the GIL be removed? - by micseydel - Jan-06-2017, 06:32 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020