BANE release

aiken@barnowl.CS.Berkeley.EDU (Alex Aiken)
8 Jul 1998 01:41:11 -0400

          From comp.compilers

Related articles
BANE release aiken@barnowl.CS.Berkeley.EDU (1998-07-08)
Re: BANE release mslamm@olive.mscc.huji.ac.il (1998-07-10)
| List of all articles for this month |

From: aiken@barnowl.CS.Berkeley.EDU (Alex Aiken)
Newsgroups: comp.compilers,comp.lang.functional
Date: 8 Jul 1998 01:41:11 -0400
Organization: University of California, Berkeley
Keywords: functional, tools

The Berkeley program analysis group is pleased to announce a public
release of BANE, the Berkeley ANalysis Engine. BANE is a system for
constructing type- and constraint-based program analyses.


One of our goals is to accelerate research in program analysis by
making it easier for other research groups to both prototype
interesting analyses and carry out experiments on real programs. To
this end BANE includes a lot of infrastructure beyond the program
analysis core (e.g., an ANSI C parser). BANE is written in SML/NJ and
is available at http://bane.cs.berkeley.edu.


The highlights of the release are:


      * A set of constraint "building blocks" and a mechanism for
          composing them easily to build new program analyses.


      * Front ends for SML/NJ and C. (Java support is planned for
          a future release.)


      * A simple visualization system for browsing the results of
          program analysis.


      * An interactive text frontend for entering constraints and
          examining solutions.


      * Example applications, including points-to analysis for C
          and uncaught exception inference for SML.


      * A number of BANE tutorials.




Alex Aiken
Manuel Faehndrich
Jeff Foster
Zhendong Su
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.