~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 141 bytes Diff Download File
Kbuild.src 13755 9 years ago Denys Vlasenko debianutils/*: convert to new-style "one file" app 173 bytes Diff Download File
pipe_progress.c 17700 1 year ago Denys Vlasenko Update applet size estimates Signed-off-by: Denys 1.2 KB Diff Download File
run_parts.c 17700 1 year ago Denys Vlasenko Update applet size estimates Signed-off-by: Denys 7.2 KB Diff Download File
start_stop_daemon.c 17723 1 year ago Denys Vlasenko start-stop-daemon: make --output not depend on FAN 20.4 KB Diff Download File
which.c 17791 4 months ago Denys Vlasenko libbb: modify find_executable() to not temporarily 1.6 KB Diff Download File