Serge Guelton's contributions
The benefits and limitations of flexible array members
Serge Guelton
Discover how flexible array members offer convenience and improve performance, and how compiler complexities are mitigated.
Use compiler flags for stack protection in GCC and Clang
Serge Guelton
+1
Smash-stacking attacks are common, but the GCC and Clang compilers have a number of flags that can help defend against them. Read on for more info.
Enforce code consistency with clang-format
Serge Guelton
Get started with clang-format, an LLVM tool that you can use to set and maintain a consistent code style in your open source C and C++ projects.
A compiler option, a hidden visibility, and a weak symbol walk into a bar
Serge Guelton
When the LLVM package build with the Clang compiler's link-time optimization activated failed, the LLVM packaging team knew they had a mystery to solve.
Optimizing the Clang compiler’s line-to-offset mapping
Serge Guelton
Want Clang to compile faster? Learn why optimizing the LineOffsetMapping function was a good start, and how it was optimized for both SSE and bithacks.
Profile-guided optimization in Clang: Dealing with modified sources
Serge Guelton
Learn how the Clang compiler implements profile-guided optimization, then explore a real-world bug that shows the pitfalls of the current approach to PGO.
Toward _FORTIFY_SOURCE parity between Clang and GCC
Serge Guelton
We describe the patches applied to Clang so that -D_FORTIFY_SOURCE works as well with Clang and glibc as it does with GCC and glibc.
Customize the compilation process with Clang: Making compromises
Serge Guelton
In part two of this series, we look at compromises and tradeoffs involved in specific approaches to customizing the compilation process.
The benefits and limitations of flexible array members
Discover how flexible array members offer convenience and improve performance, and how compiler complexities are mitigated.
Use compiler flags for stack protection in GCC and Clang
Smash-stacking attacks are common, but the GCC and Clang compilers have a number of flags that can help defend against them. Read on for more info.
Enforce code consistency with clang-format
Get started with clang-format, an LLVM tool that you can use to set and maintain a consistent code style in your open source C and C++ projects.
A compiler option, a hidden visibility, and a weak symbol walk into a bar
When the LLVM package build with the Clang compiler's link-time optimization activated failed, the LLVM packaging team knew they had a mystery to solve.
Optimizing the Clang compiler’s line-to-offset mapping
Want Clang to compile faster? Learn why optimizing the LineOffsetMapping function was a good start, and how it was optimized for both SSE and bithacks.
Profile-guided optimization in Clang: Dealing with modified sources
Learn how the Clang compiler implements profile-guided optimization, then explore a real-world bug that shows the pitfalls of the current approach to PGO.
Toward _FORTIFY_SOURCE parity between Clang and GCC
We describe the patches applied to Clang so that -D_FORTIFY_SOURCE works as well with Clang and glibc as it does with GCC and glibc.
Customize the compilation process with Clang: Making compromises
In part two of this series, we look at compromises and tradeoffs involved in specific approaches to customizing the compilation process.