Skip to content

jplevyak/ifa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BUILD

You need to pull some other software

  1. the Boehm GC and PCRE libraries:

    On Fedora: yum install gc gc-devel

    On Ubuntu (or other debian distros): apt-get install libgc-dev libpcre++-dev

  2. dparser

    This just need to build and install this. Note: You should enable the gc garbage collector (it's an option in the Makefile, or provide as an option to make:

    git clone git://github.com/jplevyak/dparser.git (cd dparser; sudo make install D_USE_GC=1)

  3. plib

    This is expected to exist in ../plib.

    git clone git://github.com/jplevyak/plib.git (cd plib; make USE_GC=1)

  4. ifa

    This is expected to exist in ../ifa.

    git clone git://github.com/jplevyak/ifa.git (cd ifa; make)

About

IFA is a library for Interative Flow Analysis of computer programs. This software is for compiler developers and program analysis researchers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published