|
|
|
|
|
by fooker
29 days ago
|
|
> The compiler may also flatten a loop. http://c2.com/cgi/wiki?SufficientlySmartCompiler In practice, C compilers are still notoriously bad at loop optimizations. Polyhedral optimizations provided some hope, but no compiler managed to adopt it in production. |
|