Changes between Version 3 and Version 4 of WikiStart


Ignore:
Timestamp:
12/31/69 19:21:52 (54 years ago)
Author:
msaad
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v3 v4  
    33   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]]
    44
    5 ''[wiki:Team Hydra^VM^ Team]''
     5''[wiki:Team Hydra VM Team]''
     6
    67== Starting Points ==
    7 
    88 * Getting Started with Hydra^VM
    99   * Downloads