- Modified Jolden V2008:
[
modJolden.zip (zip)
]
This set of benchmarks is a version of the Jolden suite which has had a number of C idioms removed (in favor of
more Java centric techniques) and where resonable we have used the Java collections (java.util) in place of ad-hoc
data strucure implementations.
- MicroBench:
[
microBench.zip (zip)
]
This set of benchmarks contains a range of simple exercise program (lists, trees, arrays, collections) which use sharing,
recursive calls and a variety of algorithms to test the abilities of our heap analysis.
- Modified Jolden Suite/Micro Benchmarks V2007:
[
mbench.zip (zip)
]
This is the set of micro-benchmarks as modified benchmarks that were used through 2007. They use simplified collection
libraries and have been modified to remove some C idioms from the Jolden benchmarks.