drepper / optmarkLinks
Markup source code showing optimizations
☆36Updated 5 years ago
Alternatives and similar repositories for optmark
Users that are interested in optmark are comparing it to the libraries listed below
Sorting:
- Tool for detecting violations of ordering axioms in qsort/bsearch callbacks.☆53Updated 6 months ago
- gcc plugin to discover optimization passes used during compilation☆20Updated 4 years ago
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆128Updated 2 years ago
- ☆29Updated 5 years ago
- Automatic inference of a formal specification of the x86_64 instruction set☆71Updated 9 years ago
- CCG is a random C Code Generator☆44Updated 2 years ago
- NoVT is a compiler-based defense against vtable hijacking in C++ programs. It compiles C++ programs without using vtables.☆50Updated 2 years ago
- reverse engineering branch predictors☆17Updated 9 years ago
- A Valgrind tool for finding redundant loads/stores☆21Updated 5 years ago
- A dynamically safe implementation of C, using your existing C compiler. Tolerates idiomatic C code pretty well. Not perfect... yet.