~vcs-imports/busybox/trunk

  • Committer: Denys Vlasenko
  • Date: 2024-12-20 23:24:30 UTC
  • Revision ID: git-v1:1ea89fa98a7c4b1b6924f136963c91caf5a5dccb
cut: code shrink

This change eliminates one temporary:

-       if (dcount++ < cut_list[cl_pos].startpos)
+       dcount++;
+       if (dcount <= cut_list[cl_pos].startpos)

function                                             old     new   delta
cut_main                                            1402    1373     -29

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Filename Latest Rev Last Changed Committer Comment Size
..
Config.src 15495 6 years ago Denys Vlasenko restore documentation on the build config language 136 bytes Diff Download File
ipconfig.c.txt 15043 7 years ago Denys Vlasenko klibc-utils: add ipconfig.c work-in-progress Sign 8.5 KB Diff Download File
Kbuild.src 15010 7 years ago Denys Vlasenko klibc-utils: new applets: resume, nuke, minips mi 173 bytes Diff Download File
minips.c 15011 7 years ago Denys Vlasenko nuke: shorten help text Signed-off-by: Denys Vlas 349 bytes Diff Download File
nuke.c 16763 4 years ago Denys Vlasenko nuke: default to N Signed-off-by: Denys Vlasenko 1.1 KB Diff Download File
resume.c 17700 1 year ago Denys Vlasenko Update applet size estimates Signed-off-by: Denys 3.2 KB Diff Download File
run-init.c 17700 1 year ago Denys Vlasenko Update applet size estimates Signed-off-by: Denys 1 KB Diff Download File