mbox series

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

Message ID 20220815072629.12865-1-milica.lazarevic@syrmia.com (mailing list archive)
Headers show
Series Convert nanoMIPS disassembler from C++ to C | expand

Message

Milica Lazarevic Aug. 15, 2022, 7:26 a.m. UTC
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