• Inada Naoki's avatar
    bpo-37543: optimize pymalloc (#14674) · fb26504d
    Inada Naoki authored
    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.
    fb26504d
obmalloc.c 88.5 KB