Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bpo-37543: optimize pymalloc (python#14674)
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.
- Loading branch information