Using the GCC Static Analyzer on the D Programming Language
Largely thanks to the tireless work of Iain Buclaw , the D programming language is part of GCC. As well as having access to an extremely potent set of compiler optimizations and a large group of target platforms, D also benefits from upstream features added to GCC as a whole or even for specific languages. For some projects, this can be very important, as some of these features require large quantities of careful work, for example, mitigations for transient execution vulnerabilities. A few years ago, thanks
评论
?
参与讨论