cpp [197218f2]
1. Sanitizers [e8c52845]
1. Sanitizers [e8c52845]
- code.google.com/archive/p/syzygy/wikis/SyzyASanDesignDocument.wiki - discovers issues in chrome for windows
- llvm.org/docs/ScudoHardenedAllocator.html allocators for android that is memory hardened
- ADI: docs.oracle.com/cd/E86824_01/html/E54765/adi-2.html - implements memory tagging for SPARC
3. constexpr
3. constexpr
4. NRVO named valued return optimization [2ad27e67]
4. NRVO named valued return optimization [2ad27e67]
- en.cppreference.com/w/cpp/language/copy_elision
- inverts the usual way people understand the lifetime of objects