Add License GPLv3
Clean up a little
Rename iinc
See the blog post.
To run, type
make main
See the Makefile
for flags used.
To run the branching benchmark, run ./main branch
.
To run the sorting benchmark, run ./main sorting
.
To get the stats from a run, use the stats.py
script,
for instance like this:
make main && ./main sort | tee stats-sort | python stats.py