Message 158379 - Python tracker

Message158379

Author vstinner
Recipients vstinner
Date 2012-04-15.23:49:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334533765.39.0.473993347276.issue14385@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, patch version 2 was not correct: I forgot a { ... } in ceval.c.

New patch fixing this issue but leaves also the LOAD_GLOBAL code unchanged : keep the goto and don't try to factorize the 3 last instructions. LOAD_GLOBAL is really critical in performance.

With patch version 3, the overall overhead is +0.4% according to pybench.
History
Date User Action Args
2012-04-15 23:49:25vstinnersetrecipients: + vstinner
2012-04-15 23:49:25vstinnersetmessageid: <1334533765.39.0.473993347276.issue14385@psf.upfronthosting.co.za>
2012-04-15 23:49:24vstinnerlinkissue14385 messages
2012-04-15 23:49:24vstinnercreate