Hacker News Digest

Тег: #hardening

Постов: 1

Hardening mode for the compiler (discourse.llvm.org)

by vitaut • 02 августа 2025 г. в 02:12 • 156 points

ОригиналHN

#llvm#compiler#hardening

Комментарии (54)

A really good accompaniment to this is Carruth's "C++, bounds checking, performance, and compilers" [1]:> ... strong belief that bounds checks couldn’t realistically be made cheap enough to enable by default. However, so far they are looking very affordable. From the above post,