Message 90688 - Python tracker
Message90688
| Author | mdionisio |
|---|---|
| Recipients | Ringding, aimacintyre, ajaksu2, akuchling, bboissin, belopolsky, blaisorblade, christian.heimes, collinwinter, djc, facundobatista, ggenellina, gregory.p.smith, jab, jcea, jyasskin, kevinwatters, lemburg, mdionisio, pitrou, ralph.corderoy, rhettinger, skip.montanaro, spiv, theatrus |
| Date | 2009-07-18.19:58:12 |
| SpamBayes Score | 1.998871e-05 |
| Marked as misclassified | No |
| Message-id | <1247947094.19.0.945640940448.issue4753@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I have patch the code of python3.1 to use computed goto tecnique also with Visual Studio. The performance result is not good (I really don't know why). But it is a good work-araound for use the computed goto also on windows. The only diffentes is that the opcode_targets vector is filled at run-time. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-07-18 19:58:14 | mdionisio | set | recipients: + mdionisio, lemburg, skip.montanaro, akuchling, collinwinter, rhettinger, facundobatista, gregory.p.smith, jcea, spiv, aimacintyre, belopolsky, ggenellina, pitrou, christian.heimes, ajaksu2, jyasskin, kevinwatters, djc, ralph.corderoy, bboissin, blaisorblade, theatrus, Ringding, jab |
| 2009-07-18 19:58:14 | mdionisio | set | messageid: <1247947094.19.0.945640940448.issue4753@psf.upfronthosting.co.za> |
| 2009-07-18 19:58:12 | mdionisio | link | issue4753 messages |
| 2009-07-18 19:58:12 | mdionisio | create | |