Git Product home page Git Product logo

Comments (1)

vnmakarov avatar vnmakarov commented on May 6, 2024

I believe that the MIR text output can be sent to a file. Is there a way to get the readable disassembly of the final output?

Yes, I use it for MIR-generator debugging. You can see it by using option -dg for c2m or use MIR_gen_set_debug_file on API level. There will be a lot of debugging/optimization info sent into stderr (or into file specified by the function) and you can see disassembled machine code there too. For me the most useful part is (optimized) MIR-code right before output of the machine code. MIR-code at this stage is just simply translated into machine insns.

For disassembling objdump is used. So it is platform specific. I am not sure it works on OSX with their macho object format.

Also I believe something in the current mechanism could be improved but I did not think about this yet.

from mir.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.