aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/instruction_sequence.c
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2024-10-28 17:47:23 -0400
committerGitHub <noreply@github.com>2024-10-28 17:47:23 -0400
commit00ea179879726ae221ac7084bdc14752c45ff558 (patch)
tree5bfd8c45ce1fc162b608e050baf821adaf3613aa /Python/instruction_sequence.c
parentb5b06349eb71b7cf9e5082e26e6fe0145875f95b (diff)
downloadcpython-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