Changes between Version 21 and Version 22 of WikiStart


Ignore:
Timestamp:
05/07/15 15:31:11 (9 years ago)
Author:
robertop
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v21 v22  
    11= Welcome to Hydra'''VM''' =
    22[[Image(/chrome/site/excerpts_mm2_0501.jpg, right, 35%)]]
    3    The HydraVM project focuses on extracting parallelism from sequential code (e.g., legacy systems) through a set of techniques including code profiling, data dependency analysis, execution analysis, and software transactional memory, all done at the bytecode-level. Thus, no changes or recompilation is needed to application source codes. HydraVM is a virtual machine prototype that incorporates these techniques, built by extending [http://jikesrvm.org Jikes RVM] and modifying the [http://jikesrvm.org Jikes RVM] baseline compiler.  [[BR]]
     3   The HydraVM project focuses on extracting parallelism from sequential code (e.g., legacy systems) through a set of techniques including code profiling, data dependency analysis, execution analysis, and software transactional memory, all done at the bytecode-level. Thus, no changes or recompilation is needed to application source codes. HydraVM is a virtual machine prototype that incorporates these techniques, built by extending [http://www.jikesrvm.org Jikes RVM] and modifying the [http://www.jikesrvm.org Jikes RVM] baseline compiler.  [[BR]]
    44
    55''[wiki:Team Hydra VM Team]''
     
    1010     * [wiki:SvnCheckOut Checking out source code]
    1111   * Resources
    12      * [http://jikesrvm.org Jikes RVM]
     12     * [http://www.jikesrvm.org Jikes RVM]
    1313     * [http://www.graphviz.org GraphViz]
    1414     * [http://cs.au.dk/~mis/dOvs/jvmspec/ref-Java.html Java Bytecode Reference]