Date: Sat, 20 Nov 2010 14:14:52 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh eval.c expand.c main.c options.c output.c output.h var.c Message-ID: <201011201415.oAKEF0tq036149@repoman.freebsd.org>
index | next in thread | raw e-mail
jilles 2010-11-20 14:14:52 UTC
FreeBSD src repository
Modified files:
bin/sh eval.c expand.c main.c options.c output.c
output.h var.c
Log:
SVN rev 215567 on 2010-11-20 14:14:52Z by jilles
sh: Code size optimizations to buffered output.
This is mainly less use of the outc macro.
No functional change is intended, but code size is about 2K less on i386.
Revision Changes Path
1.93 +6 -6 src/bin/sh/eval.c
1.74 +2 -4 src/bin/sh/expand.c
1.42 +2 -4 src/bin/sh/main.c
1.32 +6 -7 src/bin/sh/options.c
1.27 +9 -3 src/bin/sh/output.c
1.19 +2 -1 src/bin/sh/output.h
1.53 +12 -9 src/bin/sh/var.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011201415.oAKEF0tq036149>
