• Alessandro Rubini's avatar
    diag: kill PPSI_NO_DIAG and diag-no · cfd0d8a0
    Alessandro Rubini authored
    Really, this is an extrac complexity with no advantage (did we ever
    use it?)  If users really want a small system they can choose the NONE
    implementation of pp_printf.  The extra half a kilobyte saved by diag-no
    is really not worth the effort:
    
    % make clean; make -s ARCH=bare-i386 CONFIG_PRINTF_NONE=y
    % size ppsi.o
       text    data     bss     dec     hex filename
      10323     208     264   10795    2a2b ppsi.o
    
    % make clean; make -s ARCH=bare-i386 CONFIG_PRINTF_NONE=y PPSI_NO_DIAG=y
    % size ppsi.o
       text    data     bss     dec     hex filename
       9792     208     264   10264    2818 ppsi.o
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    cfd0d8a0
Name
Last commit
Last update
arch-bare-i386 Loading commit data...
arch-bare-x86-64 Loading commit data...
arch-gnu-linux Loading commit data...
arch-wrpc Loading commit data...
diag Loading commit data...
doc Loading commit data...
include/ppsi Loading commit data...
lib Loading commit data...
lib-bare Loading commit data...
pp_printf Loading commit data...
proto-ext-whiterabbit Loading commit data...
proto-standard Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
COPYING.LIB Loading commit data...
MAKEALL Loading commit data...
Makefile Loading commit data...
fsm.c Loading commit data...