Giter VIP home page Giter VIP logo

Comments (3)

silverbullettt avatar silverbullettt commented on September 18, 2024 2

Tai-e's IR is immutable, but you can intercept IR in pointer analysis.

One way to do this is to modify DefaultSolver.addCSMethod() to intercept the result of method.getIR().getStmts() and replace it by your modified IR. In this way, the core pointer analysis solver (see class StmtProcessor) analyzes the modified IR, but other plugins still analyze the original IR, so you may need to be careful.

from tai-e.

ShiningChuang avatar ShiningChuang commented on September 18, 2024

In order to achieve my goal, I want to use tai-e as an analysis tool.
My current question is: how should I use tai-e to obtain the memory size of all variables in a java and on which line are they assigned, read and written? What tools of tai-e should I use or where to start to create my own analysis
Thanks a lot for your reply!

from tai-e.

silverbullettt avatar silverbullettt commented on September 18, 2024

In order to achieve my goal, I want to use tai-e as an analysis tool. My current question is: how should I use tai-e to obtain the memory size of all variables in a java and on which line are they assigned, read and written?

Please see Stmt.java, which provides APIs to get variables read (used)/written (defined) by each Stmt and its line number.

What tools of tai-e should I use or where to start to create my own analysis Thanks a lot for your reply!

Please refer to How to Develop A New Analysis on Tai‐e?

from tai-e.

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.