diff options
author | Ron Yorston <rmy@pobox.com> | 2024-01-16 12:33:29 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2024-01-16 12:33:29 +0000 |
commit | f27442f8e9a9a8ef706e2c0b4b0c15453f64e080 (patch) | |
tree | 9b34652ff3dbcaaca7ccfc635e59bf6d85743a31 /arch | |
parent | bd49abf3eff91bbf93d05923df0227c5987cca1d (diff) | |
download | busybox-w32-f27442f8e9a9a8ef706e2c0b4b0c15453f64e080.tar.gz busybox-w32-f27442f8e9a9a8ef706e2c0b4b0c15453f64e080.tar.bz2 busybox-w32-f27442f8e9a9a8ef706e2c0b4b0c15453f64e080.zip |
ash: further reduce forkshell relocation block
Following on from commit c84b81ce4 (ash: reduce size of forkshell
relocation block):
- Store the flags to indicate if annotations should be freed in a
separate array. This only affects builds with forkshell debug
enabled.
- Use a bitmap to indicate which pointers need relocation (instead
of an array of bytes).
This reduces the size of the forkshell data block by a few hundred
bytes.
Adds 32-64 bytes.
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions