Archive:
See also:
http://www.microchipc.com/Hi-Tech_C_speed_optimization.htm Is there a page on massmind somewhere that shows the (assembly-language) skeletons of various kinds of loops ?
kinds of loops:
(#of iterations not known before the last iteration) do...while(), while()...loop, (#of iterations known at run time before loop starts) do_N_times, (#of iterations known at compile time) do_10_times, ... any others ?
(... mention counting *down* to 0 optimization ...)
Questions:
See:
Comments: