]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add m_builder member to lnp_state_machine
authorTom Tromey <tom@tromey.com>
Sat, 6 Sep 2025 19:17:18 +0000 (13:17 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 9 Sep 2025 00:52:48 +0000 (18:52 -0600)
commit715608fa8c229e98cc20c731e38c7fdf96cf6951
tree95acba7e39c572073b418a7094d6a2e75ce610e1
parentaa5f053f971000f8748a2f0f10e89e4020615c9e
Add m_builder member to lnp_state_machine

I noticed that several spots in lnp_state_machine fetch the CU's
builder.  Since this can't change over the lifetime of the object, it
seemed nicer to simply cache it.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/dwarf2/line-program.c