TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Retrofitting Temporal Memory Safety on C++

6 pointsby bretthoerneralmost 3 years ago

1 comment

axilmaralmost 3 years ago
To have so many problems with dangling pointers, Google must be doing something wrong with its C++ coding.<p>It&#x27;s amazing to me that they spend so much time trying to circumvent these issues instead of solving the core problems with their development methodology.<p>And before someone saying &#x27;but C++ code at Google is too large&#x27;, I&#x27;d like to point out that in other industries there is a lot more C++ code but they don&#x27;t have such issues...e.g. automobiles, where the code in a car might reach the likes of 100 million LOC, mostly in C and C++.