diff options
author | Sam Gross <colesbury@gmail.com> | 2024-10-28 17:47:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-28 17:47:23 -0400 |
commit | 00ea179879726ae221ac7084bdc14752c45ff558 (patch) | |
tree | 5bfd8c45ce1fc162b608e050baf821adaf3613aa /Python/instruction_sequence.c | |
parent | b5b06349eb71b7cf9e5082e26e6fe0145875f95b (diff) | |
download | cpython-00ea179879726ae221ac7084bdc14752c45ff558.tar.gz cpython-00ea179879726ae221ac7084bdc14752c45ff558.zip |
gh-125985: Add free threading scaling micro benchmarks (#125986)
These consist of a number of short snippets that help identify scaling
bottlenecks in the free threaded interpreter.
The current bottlenecks are in calling functions in benchmarks that call
functions (due to `LOAD_ATTR` not yet using deferred reference counting)
and when accessing thread-local data.
Diffstat (limited to 'Python/instruction_sequence.c')
0 files changed, 0 insertions, 0 deletions