[Jode-users] New static analysis project uses JODE
Brought to you by:
hoenicke
|
From: Trevor H. <tr...@vo...> - 2007-04-22 08:54:54
|
Hi all, I just wanted to announce a new project I created. Called Volta, it's a collection of tools for doing worst-case timing analysis on Java programs. The relevance to this list is that Volta relies heavily on JODE. The distribution includes a version of JODE that I modified to preserve the bytecode for each structured block, as this is vital for timing analysis. You can find it here: http://volta.sourceforge.net/ There's also a diagram in the Volta user manual that shows where JODE fits in: http://volta.sourceforge.net/doc/manual/multi-page/ch04s02.html Trevor |