wget: code shrink by splitting main() into easier-to-optimize functions
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 27 Jun 2009 23:02:24 +0000 (01:02 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 27 Jun 2009 23:02:24 +0000 (01:02 +0200)
commit7f4328042078f45c592d3f4c0e726a77643fd1c6
treeeeb8ec885c6b86ef7db49914a626292b970b1700
parent1881ba48b1f43a312581796afc7a68b01e0e91a1
wget: code shrink by splitting main() into easier-to-optimize functions

function                                             old     new   delta
retrieve_file_data                                     -     356    +356
wget_main                                           2793    2326    -467
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/1 up/down: 356/-467)         Total: -111 bytes

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