|
From: | Thomas Huth |
Subject: | Re: [PATCH] disas: Remove libvixl disassembler |
Date: | Fri, 3 Jun 2022 19:35:13 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 |
On 03/06/2022 19.26, Claudio Fontana wrote:
On 6/3/22 18:42, Thomas Huth wrote:The disassembly via capstone should be superiour to our old vixl sources nowadays, so let's finally cut this old disassembler out of the QEMU source tree. Signed-off-by: Thomas Huth <thuth@redhat.com>agreed, one thought: at the time I added this thing, I had to add C++ compilation support, maybe something we can now drop if there are no more C++ users?
I thought about that, too, but we still have disas/nanomips.cpp left and the Windows-related files in qga/vss-win32/* . And I think Paolo was considering to use C++ for coroutine fixes - not sure whether that still is planned, though.
Thomas
[Prev in Thread] | Current Thread | [Next in Thread] |