diff options
author | Ron Yorston <rmy@pobox.com> | 2023-06-05 11:10:22 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-06-05 11:10:22 +0100 |
commit | 374b4e872a8981ec01707812d8822c9fb9a52d20 (patch) | |
tree | bab4ea4d9726d5e3ca98cefb1f6db873af8a4876 /docs | |
parent | 0b6aed138649cb843cbbdfe2ca5ff5e56f3a0825 (diff) | |
download | busybox-w32-374b4e872a8981ec01707812d8822c9fb9a52d20.tar.gz busybox-w32-374b4e872a8981ec01707812d8822c9fb9a52d20.tar.bz2 busybox-w32-374b4e872a8981ec01707812d8822c9fb9a52d20.zip |
win32: code shrink applet look-up
- Remove find_preferred_applet_by_name(). Instead add a
reference to is_applet_preferred() in find_applet_by_name().
- Remove the global variable ash_path. Use a static instead,
accessed by calling get_ash_path().
- Mark ash_applet_by_name() as NOINLINE.
Saves 64-96 bytes.
(GitHub issue #329)
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions