]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46072: Add --with-pystats configure option to simplify gathering of VM stats...
authorMark Shannon <mark@hotpy.org>
Wed, 15 Dec 2021 15:32:32 +0000 (15:32 +0000)
committerGitHub <noreply@github.com>
Wed, 15 Dec 2021 15:32:32 +0000 (15:32 +0000)
commit342b93f9f28746abb7b221a61d5a9b26ccbb395a
treeebbe62af5b0853d8a8922c203174a88553ad798f
parent3a60bfef49b3324660a615a8e6d10710e5f669d9
bpo-46072: Add --with-pystats configure option to simplify gathering of VM stats (GH-30116)

* Simplify specialization stats collection macros.

* Add --enable-pystats option to configure.

* Update specialization summary script to handle larger number of kinds
Include/internal/pycore_code.h
Misc/NEWS.d/next/Build/2021-12-15-10-37-44.bpo-46072.GgeAU3.rst [new file with mode: 0644]
Modules/_opcode.c
Python/ceval.c
Python/specialize.c
Tools/scripts/summarize_specialization_stats.py
configure
configure.ac
pyconfig.h.in