Skip to content

hoholee12/jit-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jit-demo

simply learning about how jit works

how to cross compile to ubuntu 64bit

this is 32bit code. fyi

install following:

sudo dpkg --add-architecture i386
sudo apt install libc6-dev-i386
sudo apt install g++-multilib

and compile it with

g++ main.cpp -o <whatever> -m32

About

simply learning about how jit works

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages