bpo-37543: optimize pymalloc (#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.
I
Inada Naoki committed
fb26504d14a08fcd61bb92bb989b6d2b12188535
Parent: 7036e1d
Committed by GitHub <noreply@github.com>
on 7/17/2019, 12:23:57 PM