author | Alex Riesen <raa.lkml@gmail.com> | |
Thu, 19 Mar 2009 22:27:32 +0000 (23:27 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 20 Mar 2009 16:35:32 +0000 (09:35 -0700) | ||
commit | 8f0246551c3964eeb16d9c9f39845bd53af8bda8 | |
tree | 49db2be5a4791408e84656ddaedc7e20c20110e3 | tree | snapshot |
parent | e392a852364e375e916c1dd4f87a7584b348410a | commit | diff |
Microoptimize strbuf_cmp
It can be less object code and may be even faster, even if at the
moment there is no callers to take an advantage of that. This
implementation can be trivially made inlinable later.
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
It can be less object code and may be even faster, even if at the
moment there is no callers to take an advantage of that. This
implementation can be trivially made inlinable later.
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
strbuf.c | diff | blob | history |