summaryrefslogtreecommitdiff
path: root/scripts/checkstack.pl
Commit message (Collapse)AuthorAgeFilesLines
* checkstack.pl: tweak bfin reBernhard Reutner-Fischer2019-01-181-1/+1
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* checkstack: pull from upstreamBernhard Reutner-Fischer2019-01-171-32/+75
| | | | | | merge upstream changes Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* checkstack.pl: fix arch autodetectionBernhard Reutner-Fischer2019-01-171-0/+1
| | | | | | chomp trailing newlines Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* attack the biggest stack users:Denis Vlasenko2007-12-021-1/+2
| | | | | | | | | | | | | | | | | -mkfs_minix_main [busybox_unstripped]: 4288 -mkfs_minix_main [busybox_unstripped]: 4276 -grave [busybox_unstripped]: 4260 (bzip2 users too - not listed) price we pay in code size increase: mainSort 2458 2515 +57 grave 1005 1058 +53 sendMTFValues 2177 2195 +18 BZ2_blockSort 122 125 +3 mkfs_minix_main 3070 3022 -48 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 4/1 up/down: 131/-48) Total: 83 bytes
* patch: fix -p -1 handlingDenis Vlasenko2007-08-061-0/+3
| | | | | checkstack.pl: add blackfin (by Alex Landau <landau_alex@yahoo.com>)
* add script which measures stack consumption.Denis Vlasenko2007-06-101-0/+137
Current top users: 0x08052f52 uncompress []: 393312 0x080c8a58 input_tab []: 82104 0x08092d5b ifaddrlist []: 32828 0x08056163 loadfont_main []: 32796 0x0806e508 colon []: 16532 0x08056095 do_loadfont []: 16400 0x0806da70 place_cursor []: 16388 0x080792e8 login_main []: 9176 393 kb of stack??? OMG...