|
|
|
|
|
by voidstarcpp
977 days ago
|
|
>GCC is actually good at that, -O3 has no issue recognizing it. imo, if you have to go to O3 or enable a pragma to get an "obvious" optimization then this is undesirable and probably something the programmer still needs to be conscious of, especially since we spend so much time doing development builds that are not at the maximum release optimization level. |
|