How is this different from tools like Valgrind and Address Sanitizer?
How is this different from tools like Valgrind and Address Sanitizer?
Posted Oct 29, 2025 5:53 UTC (Wed) by willmo (subscriber, #82093)In reply to: How is this different from tools like Valgrind and Address Sanitizer? by Cyberax
Parent article: Fil-C: A memory-safe C implementation
> The amazing thing is that it preserves most of C/C++ semantics.
But (at least WRT memory safety) only the semantics of the abstract machine described by the language standards, and not the additional semantics (aka undefined behavior) of the straightforward mappings to typical hardware that we’re all accustomed to.
Very cool idea. :-)
