Landing: 530d3b197964
Project / Subsystem
binutils / binutils/aarch64
Date
2026-05-15
Author
Alice Carlotti <acarlotti@sourceware.org>
Commit
530d3b1979643bfe119965e34c3715a665044e0e
Source
public_inbox
Perf win
No
Breaking
No
All attributes
- project
- binutils
- subsystem
- binutils/aarch64
- patch_id
- —
- commit_hash
- 530d3b1979643bfe119965e34c3715a665044e0e
- source_type
- public_inbox
- headline
- AArch64: Remove unnecessary temporary variables.
- tldr
- Removes temporary variables in AArch64 opcode decoding, assigning directly to the operand info.
- author
- Alice Carlotti <acarlotti@sourceware.org>
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • aarch64
- • disassembler
- • refactor
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-15T00:00:00.000Z
The AArch64 disassembler code had some temporary variables that were assigned to operand info. This commit streamlines the code by directly assigning the computed values to the operand info, removing the need for the temporary variables.