Skip to content

pbohun/jit-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Simple JIT Tutorial

This project was designed to demonstrate the mechanism used in JIT compilation.

System Requirements

Hardware: computer with x86_64 processor
Operating System: Linux or other POSIX compatible system
Software: gcc compiler with capabilty to run c++11 code

Compilation

To compile this example, use the following command:

$ g++ -std=c++11 jit.cpp

Run the example with the following command

$ ./a.out <integer>

For example,

$ ./a.out 42

YouTube Channel

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages