commit | addaacab07d91e5ff1f06ada31c9e96c0edd31cd | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Mon May 08 11:31:11 2006 -0400 |
committer | Junio C Hamano <junkio@cox.net> | Mon May 08 11:05:01 2006 -0700 |
tree | 5e7bd56a743fb95944b1513ca3b08be35c3fc23e | |
parent | 42d0ee8302c361a0e3bde7bc59858eda94bc13a4 [diff] |
improve base85 generated assembly code 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>