strict-aliasing

共 1 篇文章。

About strict-aliasing optimization

Development

What is strict aliasing? To make the long thing short, it means that the compiler apply strictest aliasing rules applicable to the language and having these assumptions the optimizer can do further optimizations.

To quote gcc manual:

阅读全文… ( 本文约 119 字,阅读大致需要 1 分钟 )