aboutsummaryrefslogtreecommitdiff
path: root/docs/keep_data_small.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-2/+2
|
* top: add config option and code for global CPU % displayDenis Vlasenko2007-06-101-0/+10
|
* rmp: add optional support for bz2 data. +50 bytes of codeDenis Vlasenko2007-06-081-1/+1
|
* sed: a communal variable managed to slip past 'size'Denis Vlasenko2007-03-261-1/+1
| | | | | | | | | | | | | ('size' happily displays 0 bytes in data and bss, but in reality sed.o used 180 bytes of it). Oh well. function old new delta pipe_putc 67 76 +9 sed_main 627 633 +6 get_next_line 161 166 +5 bbg 180 - -180 (add/remove: 0/1 grow/shrink: 3/0 up/down: 20/-180) Total: -160 bytes sed: also make sed -i failure message less cryptic
* add info about gcc's sadistic alignment - and how to disable itDenis Vlasenko2007-03-211-2/+26
|
* small doc updateDenis Vlasenko2007-03-201-7/+13
|
* update docsDenis Vlasenko2007-03-201-31/+51
|
* expand documentationDenis Vlasenko2007-03-191-0/+29
|
* - touchup wording a bitBernhard Reutner-Fischer2007-03-161-3/+3
|
* mkfs_minix: stop using lots of bss/data.Denis Vlasenko2007-03-151-16/+52
| | | | | data -3500 bytes, code -300 bytes keep_data_small: expand/fix
* modify ptr_to_globals trick so that we do not violateDenis Vlasenko2007-03-151-7/+10
| | | | type safety (well, sort of ;))
* cosmetic documentation changeDenis Vlasenko2007-03-141-16/+16
|
* gzip: use common bbunzip infrastructure - ~700 bytes code lessDenis Vlasenko2007-03-141-0/+88