Google experiements making C++ safer

Content:

Original link: Google ‘Retrofits’ Spatial Memory Safety Onto C++ / Google.

Google added array bound checks to their C++ code.

Result:

number segfaults -30%
CPU usage +0.3%
Very good tradeoff!

Comments: