commit | 3e451ee4a654ae2eec22b6f807cf6ad00f7969b9 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Jan 20 10:16:17 2023 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Jan 20 10:16:17 2023 +0100 |
tree | ecd6b333ad9b3c8873a0c4a22295877777001c2f | |
parent | 5c1392029158fa5b2946953394e566c83a0602e1 [diff] |
x86: re-use insn mnemonic strings as much as possible Compact the mnemonic string table such that the tails of longer mnemonics are re-used for shorter ones, going beyond what compilers would typically do, but matching what ELF linkers may do when processing SHF_MERGE|SHF_STRINGS sections. This reduces table size by about 12.5%.