public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/8] x86: mnemonic and register string literals
@ 2023-01-13 11:04 Jan Beulich
  2023-01-13 11:05 ` [PATCH 1/8] x86: abstract out obtaining of a template's mnemonic Jan Beulich
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Jan Beulich @ 2023-01-13 11:04 UTC (permalink / raw)
  To: Binutils; +Cc: H.J. Lu

There are some inefficiencies there, which the series tries to improve
on. Likely there are further gains to be had, some pointed out in post-
commit-message remarks.

1: abstract out obtaining of a template's mnemonic
2: move insn mnemonics to a separate table
3: re-use insn mnemonic strings as much as possible
4: absorb allocation in i386-gen
5: avoid strcmp() in a few places
6: embed register names in reg_entry
7: embed register and alike names in disassembler
8: split i386-gen's opcode hash entry struct

Jan

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-01-13 11:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-13 11:04 [PATCH 0/8] x86: mnemonic and register string literals Jan Beulich
2023-01-13 11:05 ` [PATCH 1/8] x86: abstract out obtaining of a template's mnemonic Jan Beulich
2023-01-13 11:06 ` [PATCH 1/8] x86: move insn mnemonics to a separate table Jan Beulich
2023-01-13 11:12   ` Jan Beulich
2023-01-13 11:07 ` [PATCH 3/8] x86: re-use insn mnemonic strings as much as possible Jan Beulich
2023-01-13 11:07 ` [PATCH 4/8] x86: absorb allocation in i386-gen Jan Beulich
2023-01-13 11:08 ` [PATCH 5/8] x86: avoid strcmp() in a few places Jan Beulich
2023-01-13 11:10 ` [PATCH 6/8] x86: embed register names in reg_entry Jan Beulich
2023-01-13 11:11 ` [PATCH 7/8] x86: embed register and alike names in disassembler Jan Beulich
2023-01-13 11:11 ` [PATCH 8/8] x86: split i386-gen's opcode hash entry struct Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).