An open API service indexing awesome lists of open source software.

https://github.com/hyouteki/cop

Exploring compiler optimizations
https://github.com/hyouteki/cop

compiler-optimizations conservative-garbage-collector llvm-compiler-pass type-safe-c

Last synced: 3 months ago
JSON representation

Exploring compiler optimizations

Awesome Lists containing this project

README

        

## exploring COmpiler OPtimizations
- [Null pointer dereference detection compiler pass](./nullchecks)
- [Conservative garbage collecter (Safe GC)](./safegc)
- [Spatial and weaker type safety for the C lang](./memsafe)