[Sablevm-developer] summary of JGF benchmark problems
Brought to you by:
egagnon
From: Chris P. <chr...@ma...> - 2004-02-03 04:28:06
|
Hi, I'm also having problems in the switch interpreter on a uniprocessor with the following benchmarks in the JGF suites: single-threaded, section2 FFTBenchSizeC LUFactBenchSizeA single-threaded, section3 MolDynBenchSizeB RayTracerBenchSize[AB] multi-threaded, section1 SyncBench (we talked about this already) multi-threaded, section2 LUFactBenchSizeA multi-threaded, section3 RayTracerBenchSize[AB] ================ The errors reported, with the exception of SyncBench, are some application-specific "validation error". Anyway, I just thought I'd post a summary of the problems I've encountered. If you're curious, and you want some (basic) scripts (that almost definitely need modifying) to run these benchmarks, after extracting, look in chris/sandbox/sablevm/src/spmt/benchmarks/ for transform_grande, transform_thread_grande, run_grande, run_thread_grande, and create_JGF_report. Cheers, Chris |