You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,9 @@ There are four examples right now living in the `examples/` directory:
21
21
*`square_function` - A square function, as a simple example for code generation,
22
22
*`factorial` - A factorial function, as a more complicated example involving recursion and conditional jumps. gcc removes all recursion at O3.
23
23
*`hello_world` - An example that invokes a function written in Rust from JIT-compiled code.
24
-
*`brainfuck` - An ahead-of-time compiler for brainfuck. The speed is very impressive given how easy it was to setup with libgccjit. Some benchmarks, my compiler vs a naive interpreter I wrote in Haskell:
24
+
*`brainfuck` - An ahead-of-time compiler for brainfuck. The speed is very impressive given how easy it was to setup with libgccjit.
25
+
26
+
## Some benchmarks, my compiler vs a naive interpreter I wrote in Haskell:
0 commit comments