Skip to content

make-a-demo-tool-in-rust/fish-in-a-jit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fish in a JIT

Demonstration of Just-In-Time compilation for x86_64 arch on Linux, Windows and Mac OS.

Code for Chapter 1 in 'Make a Demo Tool in Rust'

http://make-a-demo-tool-in-rust.github.io

Requires nightly Rust, last time I checked 7ac979d8c 2017-08-16 worked.

This is a simple enough project, but if you have to compile it on a particular Rust version:

rustup install nightly-2017-08-16
rustup default nightly-2017-08-16-x86_64-unknown-linux-gnu

Then run the examples:

cargo run --bin draw_and_print 
cargo run --example fish-jit
cargo run --example fish-standalone

About

Code for the chapter Fish in a JIT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages