This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rcohen
Recipients rcohen
Date 2010-01-22.01:40:36
SpamBayes Score 6.820513e-06
Marked as misclassified No
Message-id <1264124458.62.0.397981823576.issue7753@psf.upfronthosting.co.za>
In-reply-to
Content
This is a backport of the newgil work to the 2.7 branch (otherwise known as trunk.) Patch is against r77678.

Created by diffing r76193 (last in the newgil branch)
against r76189 and applying the result. Generally applied cleanly and it looked as though only 1 reject needed to be massaged in. Passes all tests except for test_command, but the unpatched source also fails that test on my machine.

Perf numbers for linux on Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz
Using benchmark from here:
http://www.mail-archive.com/python-dev@python.org/msg43407.html
-j0
2.7   : 14.93s, 15.71s, 15.03s
newgil: 15.32s, 15.45s, 15.78s

-j4
2.7   : 22.44s, 22.30s, 22.19s
newgil: 18.75s, 18.80s, 18.79s
History
Date User Action Args
2010-01-22 01:40:59rcohensetrecipients: + rcohen
2010-01-22 01:40:58rcohensetmessageid: <1264124458.62.0.397981823576.issue7753@psf.upfronthosting.co.za>
2010-01-22 01:40:55rcohenlinkissue7753 messages
2010-01-22 01:40:52rcohencreate