Skip to content

xoRnyTeam/JJVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java junior virtual machine

Intro

Backend for java bytecode. The entrance is served .class file generated by javac.


Build

mkdir build
cd build
cmake ..
cmake --build .

Benchmarks

n'th Fibonacci num

  • Calculating 30th fibonacci number (recursive implementation)

Fib num


Average mean

  • Calculating the arithmetic mean of 1000 numbers

Average mean

  • For each benchmark, three measurements were taken to level out the spread in time due to the floating frequency of the CPU

About

Java Junior Virtual Machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages