• J
    Uninline prefixcmp() · 698a68be
    Junio C Hamano 提交于
    Now the routine is an open-coded loop that avoids an extra
    strlen() in the previous implementation, it got a bit too big to
    be inlined.  Uninlining it makes code footprint smaller but the
    result still retains the avoidance of strlen() cost.
    Signed-off-by: NJunio C Hamano <gitster@pobox.com>
    698a68be
strbuf.c 4.9 KB