Skip to content

Commit fbb2400

Browse files
authored
Move a heading out of the preceding paragraph
1 parent eefb8c6 commit fbb2400

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ There are four examples right now living in the `examples/` directory:
2121
* `square_function` - A square function, as a simple example for code generation,
2222
* `factorial` - A factorial function, as a more complicated example involving recursion and conditional jumps. gcc removes all recursion at O3.
2323
* `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:
2527
```
2628
sierpinski_triangle, haskell:
2729
real 0m0.052s

0 commit comments

Comments
 (0)