Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.18 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.18 KB

fast-bf

Where is fastest brainf**k intepreter?

It's fast-bf!

But rdebath/Brainfuck is more faster!

Isssues

Require

  • g++
  • xbyak (used by bf-jit)

Build

$ make

Usage

$ ./bf-opt-jit sample/mandelbrot.b

Description

bf-vm-opt

optimized vm implementation

bf-jit

jit compiler (x86) implementation

  • no optimization

bf-jit-opt

optimized x86 jit compiler implementation

  • fastest in these interpreters

Sample

Authors

See Also