All Projects → jserv → simple-dvm

jserv / simple-dvm

Licence: other
A simplified educational Dalvik virtual machine implementation

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

This is a simplified Dalvik virtual machine implementation written from scratch used for education purpose.

The simple-dvm is designed to be able to run Dhrystone-like java benchmark.

How to Build

make

(Optional) verify the implementation:

make check

How to Run

  • Get DEX file of Dhrystone benchmark: dhry.dex
  • Launch simple-dvm to execute the benchmark suite:
./simple-dvm dhry.dex

or in verbose mode

./simple-dvm dhry.dex 5

Dhrystone java source code is available: dhry_src.jar

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].