Programming Deadlock – Telegram
Programming Deadlock
1.57K subscribers
3 photos
117 files
1.28K links
Channel about programming: C, C++, Rust, Zig, Go, Type Theory, Compilers, Threading, Distributed Systems and more...
Download Telegram
LibJIT: a library that provides generic Just-In-Time compiler functionality independent of any particular bytecode, language, or runtime
https://www.gnu.org/software/libjit/
Ccache: a fast C/C++ compiler cache
https://ccache.dev/
KFENCE: A low-overhead sampling-based memory safety error detector
https://lwn.net/Articles/835542/
GWP-ASan: is a sampled allocator framework that assists in finding use-after-free and heap-buffer-overflow bugs in production environments
https://llvm.org/docs/GwpAsan.html