~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
..
chpst.c 17794 2 months ago Denys Vlasenko chpst: fix error check of nice(2) call Check errn 13.8 KB Diff Download File
Config.src 15495 6 years ago Denys Vlasenko restore documentation on the build config language 140 bytes Diff Download File
Kbuild.src 13753 9 years ago Denys Vlasenko runit/*: convert to new-style "one file" applets 173 bytes Diff Download File
runit_lib.h 14861 7 years ago Denys Vlasenko do not use `a' quoting style in comments Signed-o 1.8 KB Diff Download File
runsv.c 17700 1 year ago Denys Vlasenko Update applet size estimates Signed-off-by: Denys 16.9 KB Diff Download File
runsvdir.c 17700 1 year ago Denys Vlasenko Update applet size estimates Signed-off-by: Denys 10.7 KB Diff Download File
sv.c 17700 1 year ago Denys Vlasenko Update applet size estimates Signed-off-by: Denys 20.7 KB Diff Download File
svlogd.c 16991 3 years ago Denys Vlasenko *: more --help tweaks, mostly expanding ts --help 32.6 KB Diff Download File