lineedit: stop using both data/bss and tons of stack.
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 10 Nov 2007 01:35:47 +0000 (01:35 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 10 Nov 2007 01:35:47 +0000 (01:35 -0000)
commit73cb1fdfea01a5b16d906285275fa3805cac01a3
tree1f8753aabd27cf20c73b9b58240bc47e6e70dc04
parente7fca5125a1e683a8f92e988b6218da63a620f7a
lineedit: stop using both data/bss and tons of stack.
stack usage was ~10 kb!
unfortunately, noticeable code size growth:
   text    data     bss     dec     hex filename
   9252      12     181    9445    24e5 busybox.t7/libbb/lineedit.o
   9714       4       0    9718    25f6 busybox.t8/libbb/lineedit.o
libbb/lineedit.c