]> git.draconx.ca Git - slotifier.git/commit
Use new packed option format from gen-options.awk.
authorNick Bowler <nbowler@draconx.ca>
Sun, 8 Jan 2023 19:47:47 +0000 (14:47 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sun, 8 Jan 2023 20:10:55 +0000 (15:10 -0500)
commite89bebee19d3c919f3d501999fc38867cdcd2b00
tree396d6c4cb5c907122beb2c7fa7fc555d1722c15b
parent5303ccee8e8ffd09f3a07e55f5a1d1a694aeddcb
Use new packed option format from gen-options.awk.

This new format uses a compact, fully constant array to generate the
real struct option array at runtime.  This allows the full-sized array
to be dropped after command-line processing is finished, and with
position-independent executables, reduces the amount of relocation
processing needed.
Makefile.am
common
src/slotifier.c