Making C++ Memory-Safe Without Borrow Checking, Reference Counting, or Tracing Garbage Collection

from blog Languages and Architecture, | ↗ original
Let's unleash some memory-safety mixed martial arts June 22, 2023  —  Adding memory safety to C++ is a very difficult problem, to say the least. I've spent most of the last decade exploring this area (mainly to design Vale's memory...