Re: RFC: Annotate immediates in x86 disassembly

Project / Subsystem

binutils / rfc

Date

2026-05-07

Proposer

Nick Clifton <nickc@redhat.com>

Source type

public_inbox

Consensus

Proposed

Sentiment

/10

Technical tradeoffs

  • The patch may introduce new dependencies on the comment buffer framework.
  • There may be performance implications from using the new framework.
  • The changes may require updates to other parts of the disassembler.

All attributes

project
binutils
subsystem
rfc
patch_id
discussion_id
87bjers66t.fsf@redhat.com
source_type
public_inbox
title
Re: RFC: Annotate immediates in x86 disassembly
headline
Rfc: Annotate immediates in x86 disassembly
tldr
Nick Clifton proposes a patch to the x86 disassembler to use the comment buffer framework for printing addresses.
proposer
Nick Clifton <nickc@redhat.com>
consensus
Proposed
outcome
proposed
sentiment_score
technical_tradeoffs
  • The patch may introduce new dependencies on the comment buffer framework.
  • There may be performance implications from using the new framework.
  • The changes may require updates to other parts of the disassembler.
series_id
series_role
standalone
series_parts
[]
tags
  • binutils
  • disassembler
  • x86
  • assembly
  • comments
bugzilla_url
date
2026-05-07T00:00:00.000Z

Re: RFC: Annotate immediates in x86 disassembly

Nick Clifton proposes a patch to the x86 disassembler to make it use the new comment buffer framework for printing addresses. The patch includes FIXME comments pointing out issues that may need to be addressed. The goal is to improve the readability and clarity of disassembled x86 code.