From: René Scharfe <hidden> Date: 2021-09-11 17:03:32
Am 11.09.21 um 18:08 schrieb René Scharfe:
fill_midx_entry() finds the position of an object ID and passes it to
nth_midxed_pack_entry(), which uses the position to look up the object
ID for its own purposes. Inline the latter into the former to avoid
that lookup.