Programming Deadlock
1.48K subscribers
3 photos
104 files
1.19K links
Channel about programming: C++, Rust, Zig, Go, Type Theory, Compilers, Threading, Distributed Systems and more...
Download Telegram
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
Goodbye to the C++ Implementation of Zig
https://ziglang.org/news/goodbye-cpp/
🤔7💯43
blink is a cross-platform virtual machine for running statically-compiled x86-64-linux programs on different operating systems and hardware architectures. It's designed to do the same thing as the qemu-x86_64 command, except rather than being a 4mb binary, blink only has a ~166kb footprint.
https://github.com/jart/blink
👍2
Deflect: Rust native reflection using DWARF debug info.
https://jack.wrenn.fyi/blog/deflect/