Git Product home page Git Product logo

Comments (3)

pacak avatar pacak commented on June 10, 2024

Not at the moment. I might add it at some point.

from cargo-show-asm.

playXE avatar playXE commented on June 10, 2024

What are the required steps to add it? I might make a PR as it is important feature for me.
@pacak

from cargo-show-asm.

pacak avatar pacak commented on June 10, 2024

Currently cargo-show-asm works by asking rustc to produce an .s file (and more importantly explain where this file was produced). If cargo-pgo can do that adding should be relatively easy. If it can't - maybe make a feature request with them.

Second approach would be running objdump on the generated binary and doing the same stuff it does already for .s files. I wanted to implement this at some point, even made a ticket #174 :) I think current asm parser might be extended just enough to support this.

from cargo-show-asm.

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.