3 | 3 | In Hydra^VM^ we focus on extracting parallelization from sequential code (e.g. legacy systems) through a set of techniques including: code profiling and visualization, execution analysis, data dependency graphs and software transactional memory. Hydra^VM^ is a virtual machine prototype built on [http://jikesrvm.org Jikes RVM]. Currently, we write our implementation as a modification to baseline compiler, however, our contributions are applicable to other architectures and JIT compilers. At the user level, no changes or recompilation are needed to the underlying source code, all our work are done at the standard bytecode level. [[BR]] |