Ported over bamboo benchmarks for use as non-Bamboo java benchmarks.
authorlimw <limw>
Wed, 13 Jul 2011 23:49:53 +0000 (23:49 +0000)
committerlimw <limw>
Wed, 13 Jul 2011 23:49:53 +0000 (23:49 +0000)
commitf96792967af6ce033e35632b7dbdab065f82d4d3
tree53502db4f3b44789fde59d2ec879b131748cdf61
parente1e58d03642b929688c60909b7b545c7173ab8a6
Ported over bamboo benchmarks for use as non-Bamboo java benchmarks.
55 files changed:
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/Fibheaps/FibHeap.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/Fibheaps/Makefile [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/Fibheaps/TestRunner.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/Fibheaps/Tree.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/Fibheaps/fibheaps.hs [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/GCBench/TestRunner.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/JGFMonteCarlo/AppDemo.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/JGFMonteCarlo/AppDemoRunner.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/JGFMonteCarlo/MonteCarloPath.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/JGFMonteCarlo/MyRandom.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/JGFMonteCarlo/PathId.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/JGFMonteCarlo/PriceStock.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/JGFMonteCarlo/RatePath.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/JGFMonteCarlo/ReturnPath.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/JGFMonteCarlo/ToResult.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/MTree/TestRunner.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/RayTracer/Composer.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/RayTracer/Interval.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/RayTracer/Isect.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/RayTracer/Light.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/RayTracer/Primitive.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/RayTracer/Ray.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/RayTracer/RayTracer.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/RayTracer/Scene.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/RayTracer/Sphere.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/RayTracer/Surface.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/RayTracer/TestRunner.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/RayTracer/Vec.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/RayTracer/View.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/RayTracer/makefile [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/bh/Body.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/bh/Cell.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/bh/Makefile [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/bh/MathVector.class [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/bh/MathVector.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/bh/Node.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/bh/TestRunner.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/bh/Tree.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/bh/benchmark.py [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/lcss/Main.hs [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/lcss/Makefile [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/lcss/TestRunner.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/lcss/lcss.faststdout [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/lcss/lcss.slowstdout [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/lcss/lcss.stdout [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/tsp/Makefile [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/tsp/TestRunner.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/tsp/Tree_tsp.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/tsp/benchmark.py [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/voronoi/Edge.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/voronoi/EdgePair.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/voronoi/MyDouble.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/voronoi/TestRunner.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/voronoi/Vec2.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/voronoi/Vertex.java [new file with mode: 0644]