[PATCH 0/20] Convert nanoMIPS disassembler from C++ to C

Milica Lazarevic posted 20 patches 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220815072629.12865-1-milica.lazarevic@syrmia.com
Maintainers: Stefan Pejic <stefan.pejic@syrmia.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>
There is a newer version of this series
[PATCH 0/20] Convert nanoMIPS disassembler from C++ to C
Posted by Milica Lazarevic 1 year, 8 months ago
This patchset converts the nanomips disassembler to plain C. C++ features
like class, std::string type, exception handling, and function overloading
have been removed and replaced with the equivalent C code.

Please see the discussion about why converting it here:
https://lists.nongnu.org/archive/html/qemu-devel/2022-06/msg01803.html