aboutsummaryrefslogtreecommitdiff
path: root/docs/keep_data_small.txt
AgeCommit message (Collapse)Author
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko
2007-06-10top: add config option and code for global CPU % displayDenis Vlasenko
2007-06-08rmp: add optional support for bz2 data. +50 bytes of codeDenis Vlasenko
2007-03-26sed: a communal variable managed to slip past 'size'Denis Vlasenko
('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
2007-03-21add info about gcc's sadistic alignment - and how to disable itDenis Vlasenko
2007-03-20small doc updateDenis Vlasenko
2007-03-20update docsDenis Vlasenko
2007-03-19expand documentationDenis Vlasenko
2007-03-16- touchup wording a bitBernhard Reutner-Fischer
2007-03-15mkfs_minix: stop using lots of bss/data.Denis Vlasenko
data -3500 bytes, code -300 bytes keep_data_small: expand/fix
2007-03-15modify ptr_to_globals trick so that we do not violateDenis Vlasenko
type safety (well, sort of ;))
2007-03-14cosmetic documentation changeDenis Vlasenko
2007-03-14gzip: use common bbunzip infrastructure - ~700 bytes code lessDenis Vlasenko