[New-bugs-announce] [issue45843] Optimizing LOAD_CONST followed by COMPARE_OP (or IS_OP)

theeshallnotknowethme report at bugs.python.org
Fri Nov 19 09:06:30 EST 2021


New submission from theeshallnotknowethme <nohackingofkrowten at gmail.com>:

Result of `255581293 > 12938373 and 113314 < 2`:
Unoptimized: 5000000 loops, best of 5: 42.6 nsec per loop
Optimized: 20000000 loops, best of 5: 14.4 nsec per loop

----------
components: Interpreter Core
messages: 406582
nosy: February291948
priority: normal
severity: normal
status: open
title: Optimizing LOAD_CONST followed by COMPARE_OP (or IS_OP)
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45843>
_______________________________________


More information about the New-bugs-announce mailing list