A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-dev/attachments/20071001/08f40ae5/attachment.htm below:

<span class="gmail_quote"></span>Hello,<br><br>I&#39;ve been doing some tests on removing the GIL, and it&#39;s becoming clear that some basic changes to the garbage collector may be needed in order for this to happen efficiently. Reference counting as it stands today is not very scalable.
<br><br>I&#39;ve been looking into a few options, and I&#39;m leaning towards the implementing IBMs recycler GC (<a href="http://www.research.ibm.com/people/d/dfb/recycler-publications.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.research.ibm.com/people/d/dfb/recycler-publications.html
</a>) since it is very similar to what is in place now from the users&#39; perspective. However, I haven&#39;t been around the list long enough to really understand the feeling in the community on GC in the future of the interpreter. It seems that a full GC might have a lot of benefits in terms of performance and scalability, and I think that the current gc module is of the mark-and-sweep variety. Is the trend going to be to move away from reference counting and towards the mark-and-sweep implementation that currently exists, or is reference counting a firmly ingrained tradition?
<br><br>On a more immediately relevant note, I&#39;m not certain I understand the full extent of the gc module. From what I&#39;ve read, it sounds like it&#39;s fairly close to a fully functional GC, yet it seems to exist only as a cycle-detecting backup to the reference counting mechanism. Would somebody care to give me a brief overview on how the current gc module interacts with the interpreter, or point me to a place where that is done? Why isn&#39;t the mark-and-sweep mechanism used for all memory management?
<br><br>Thanks a lot!<br><span class="sg"><br>Justin <br>
</span>

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4