mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
00ea179879
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.