• 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
2019-07-10-20-33-53.bpo-37543.EvI19D.rst 38 Bytes