Skip to content

molepi40/feeny-toy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is the archive of my implementation of labs from UCB CS294-113: Virtual Machines and Managed Runtimes. The documents and skeleton code of the whole lab series can be found in its site as well as other materials from this course.

Implemented Parts

  • Feeny bytecode compiler
  • Copying garbage collector
  • Tagged primitives optimization
  • Just-in-time compilation for part instructions
  • Primitive inlining & callsite caches & slot caches

Test

Execute bash run_tests.sh to build the source and run tests. Tests output should be in ./output directory so you must make it first. Or you can just directly execute make to compile the source without running tests. There is also test_time.py to evaluate the test time.

Option arguments can be set for cfeeny. -c set to print bytecode, -i set to interpret, and -j set to launch jit compilation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages