[New-bugs-announce] [issue43693] Logically merge cell and locals array. They are already contiguous in memory

Mark Shannon report at bugs.python.org
Thu Apr 1 07:33:50 EDT 2021


New submission from Mark Shannon <mark at hotpy.org>:

In the interpreter and compiler, the "fast" locals array and cells array are treated separately. By merging them in the compiler, the interpreter can be simplified a bit.

----------
assignee: Mark.Shannon
components: Interpreter Core
messages: 389974
nosy: Mark.Shannon
priority: normal
severity: normal
stage: needs patch
status: open
title: Logically merge cell and locals array. They are already contiguous in memory
type: performance

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


More information about the New-bugs-announce mailing list