[New-bugs-announce] [issue32477] Move jumps optimization from the peepholer to the compiler

Serhiy Storchaka report at bugs.python.org
Mon Jan 1 17:03:27 EST 2018


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

The proposed patch moves jumps optimization from the peepholer to the compiler. The optimization is performed for lists of instructions before generating concrete bytecode and is not restricted by the size of bytecode instructions. It allows to optimize more long chains of jumps.

This is a step to getting rid of the peepholer.

----------
components: Interpreter Core
messages: 309351
nosy: benjamin.peterson, brett.cannon, ncoghlan, serhiy.storchaka, yselivanov
priority: normal
severity: normal
status: open
title: Move jumps optimization from the peepholer to the compiler
type: performance
versions: Python 3.7

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


More information about the New-bugs-announce mailing list