Fil-C
graydon2.dreamwidth.org·14h·
Discuss: Hacker News
Flag this post

graydon2

Filip Pizlo recently released a (solo!) project called Fil-C that adds a memory-safety instrumentation pass to clang (for spatial safety – out-of-bounds accesses), along with a runtime support library and a concurrent GC (for temporal safety – use after free). It is, by the standards of such tools, highly compatible with existing code – so much so that building a full linux distro userspace seems likely within reach with only modest patching effort. The stated performance overheads (measured by Dan Bernstein at “about 1-4x cycles”) are by modern standards “probably tolerable” for many workloads, especially stuff that’s IO bound or not otherwise straining f…

Similar Posts

Loading similar posts...