SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 113 Python

bpo-43760: Speed up check for tracing in interpreter dispatch (#25276)

* Remove redundant tracing_possible field from interpreter state.

* Move 'use_tracing' from tstate onto C stack, for fastest possible checking in dispatch logic.

* Add comments stressing the importance stack discipline when dealing with CFrames.

* Add NEWS
M
Mark Shannon committed
9e7b2076fb4380987ad0262c4c0ca900b06475ad
Parent: c2b7a66
Committed by GitHub <noreply@github.com> on 4/13/2021, 10:08:14 AM