Makefile woodoo to generate LLVM IR '*.ll'
listings from '*.c, *.cpp'
files with for each optimization level: -O0, -O1..-O3, -Os
For any '*.c'
file in directory it will generate something like this:
example-O0.ll
example-O1.ll
example.c -> example-O2.ll
example-O3.ll
example-Os.ll
Examples were made for the blog post: "TODO: URL"
Check out cachelot
Super fast LRU cache library and Memcached'ish server with only 5-7% memory overhead and 99% single core utlilization.
- Twitter: @cachelot_io
- Facebook: cachelot.io