All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Technical Notes and Experience with Fil-C Memory-Safe C/C++ Compiler

By

transpute

7mo ago· 16 min readenInsight

Summary

The article presents detailed technical notes and experiences with Fil-C, a new memory-safe C/C++ compiler. The author shares their positive experience with the compiler's compatibility, noting that many libraries and applications work without changes, and exceptions are manageable. The content includes practical usage notes, FAQ sections, performance benchmarks, and technical details about memory safety features. The author's goal is to migrate their managed machines to Fil-C-compiled code for enhanced security protection.

Key quotes

· 5 pulled
I'm impressed with the level of compatibility of the new memory-safe C/C++ compiler Fil-C (filcc, fil++).
Many libraries and applications that I've tried work under Fil-C without changes, and the exceptions haven't been hard to get working.
My selfish objective here is to protect various machines that I manage by switching them over to code compiled with Fil-C.
I've posted a graph showing nearly 9000 microbenchmarks of F
The compiler provides memory safety guarantees while maintaining compatibility with existing C/C++ codebases.
Snippet from the RSS feed
I'm impressed with the level of compatibility of the new memory-safe C/C++ compiler Fil-C (filcc, fil++). Many libraries and applications that I've tried work under Fil-C without changes, and the exceptions haven't been hard to get working.

You might also wanna read