summaryrefslogtreecommitdiffstats
path: root/lib/crc32.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-07-23 06:17:30 -0400
committerWolfgang Denk <wd@denx.de>2010-08-09 00:28:38 +0200
commit64419e47518bbba059c80b77558f93ad4804145c (patch)
treeba402e033d5191592d045c3eaee6d1a3bf7da0ed /lib/crc32.c
parent8faba4894c6e2bafbfab17260f3db17867cd50d2 (diff)
downloadtalos-obmc-uboot-64419e47518bbba059c80b77558f93ad4804145c.tar.gz
talos-obmc-uboot-64419e47518bbba059c80b77558f93ad4804145c.zip
print_buffer: optimize & shrink
Applying a little creative format string allows us to shrink the initial data read & display loop by only calling printf once. Re-using the local data buffer to generate the string we want to display then allows us to output everything with just one printf call instead of multiple calls to the putc function. The local stack buffer needs increasing by 1 byte, but the resulting code shrink and speed up is worth it I think. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'lib/crc32.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud