Commit 6ea4f84
authored
Align the QSBR thread state array to a 64-byte cache line boundary
and add padding at the end of _PyThreadStateImpl. Depending on heap
layout, the QSBR array could end up sharing a cache line with a
thread's tlbc_index, causing QSBR quiescent state updates to contend
with reads of tlbc_index in RESUME_CHECK. This is sensitive to
earlier allocations during interpreter init and can appear or
disappear with seemingly unrelated changes.
Either change alone is sufficient to fix the specific issue, but both
are worthwhile to avoid similar problems in the future.
(cherry picked from commit 6577d87)
1 parent 25b48b8 commit 6ea4f84
File tree
5 files changed
+1653
-1596
lines changed- Doc/data
- Include/internal
- Misc/NEWS.d/next/Core_and_Builtins
- Python
5 files changed
+1653
-1596
lines changed
0 commit comments