improve base85 generated assembly code
authorNicolas Pitre <nico@cam.org>
Mon, 8 May 2006 15:31:11 +0000 (11:31 -0400)
committerJunio C Hamano <junkio@cox.net>
Mon, 8 May 2006 18:05:01 +0000 (11:05 -0700)
This code is arguably pretty hot, if you use binary patches of course.
This patch helps gcc generate both smaller and faster code especially in
the error free path.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found