mirror of
https://github.com/python/cpython.git
synced 2026-05-11 15:12:20 -04:00
fb26504d14
PyObject_Malloc() and PyObject_Free() inlines pymalloc_alloc and pymalloc_free partially. But when PGO is not used, compiler don't know where is the hot part in pymalloc_alloc and pymalloc_free.
Source files for various builtin objects