Message 105972 - Python tracker

Message105972

Author pitrou
Recipients MrJean1, alexandre.vassalotti, gregory.p.smith, nirai, pitrou, vstinner
Date 2010-05-18.13:09:09
SpamBayes Score 0.028620198
Marked as misclassified No
Message-id <1274188152.1.0.655339626932.issue2281@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, the calibration loop actually looks correct in case of preemption, since it simply divides the TSC delta by the elapsed physical time (and both continue increasing monotonously when another thread runs). It is still vulnerable to the thread migration problem, though.
History
Date User Action Args
2010-05-18 13:09:12pitrousetrecipients: + pitrou, gregory.p.smith, vstinner, alexandre.vassalotti, MrJean1, nirai
2010-05-18 13:09:12pitrousetmessageid: <1274188152.1.0.655339626932.issue2281@psf.upfronthosting.co.za>
2010-05-18 13:09:10pitroulinkissue2281 messages
2010-05-18 13:09:09pitroucreate