Skip to content

tyfkda/jittest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JIT Test

Follow the blog posts to implement BF JIT compiler:

All codes are written by the original author: code-for-blog/2017/bfjit at master · eliben/code-for-blog (with some modifications.)

Set up

On host machine:

$ vagrant up  # Wake up a client
$ vagrant ssh  # Log in to the client

On client machine:

$ cd /vagrant  # Move to the working directory
$ make  # Build
$ ./main  # Run