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
- Host: GitHub
- URL: https://github.com/hyouteki/cop
- Owner: hyouteki
- License: gpl-3.0
- Created: 2024-02-21T17:41:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T10:09:03.000Z (about 1 year ago)
- Last Synced: 2025-02-13T06:01:43.831Z (3 months ago)
- Topics: compiler-optimizations, conservative-garbage-collector, llvm-compiler-pass, type-safe-c
- Language: LLVM
- Homepage: https://hyouteki.github.io/projects/cop/
- Size: 206 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)