A (very limited) JIT compiler for brainfuck, written in x86_64 assembly.
To build (with fasm):
fasm jitfuck.asm
It reads code from stdin:
stdin
./jitfuck < hello.bf