Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ご存じのとおり、C/C++ では式の評価順序が指定されていません。それらを未定義のままにした理由は何ですか。
これにより、コンパイラの最適化が可能になります。1 つの例として、ALU を最大限に使用するための算術命令の並べ替えや、計算によるメモリ レイテンシの隠蔽があります。