OSDN Git Service

httpd: shrink mime type matching code (suggested by Bernhard)
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 9 Sep 2009 23:46:02 +0000 (01:46 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 9 Sep 2009 23:46:02 +0000 (01:46 +0200)
commit33d8d08f7818a6d10e14ad8397c61adfcd377a6f
tree8653ac3a95e6cd5a23138392e9b9a091df799e3e
parentd069e5398d7538bdcf0e97c357c28aade3d01a28
httpd: shrink mime type matching code (suggested by Bernhard)

function                                             old     new   delta
static.suffixTable                                   100     231    +131
send_file_and_exit                                   625     658     +33
handle_incoming_and_exit                            2749    2745      -4
send_cgi_and_exit                                    936     901     -35
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/2 up/down: 164/-39)           Total: 125 bytes
   text    data     bss     dec     hex filename
 824631     458    6956  832045   cb22d busybox_old
 824550     458    6956  831964   cb1dc busybox_unstripped

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/isdirectory.c
networking/httpd.c