https://bugs.kde.org/show_bug.cgi?id=510840

Julian Seward <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Julian Seward <[email protected]> ---
I have concerns about this line of action.

* It sounds like it will involve importing a large amount of code for gains
  that are (to me at least) unclear.  What problem will this solve?

* I am concerned that decoupling the disassembly printing from generation of
  the IR will make it harder to debug new instruction front-end work.  With the
  current code, it can be that mistakes in decoding the instruction become
  obvious because the printed disassembly is wrong.  If we give disassembly
  printing to objdump then that possibility goes away; objdump will print a
  correct disassembly even if the generated IR is wrong.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to