[fpc-devel] for loop unroll optimization

2013-12-15 Thread Daniel Sapundjiev
Hi, Can someone explain the main idea behind the code In optloop.pas function unroll_loop(node : tnode) : tnode; What is the unroll about? Thanks in advance Daniel Sapoundjiev ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] for loop unroll optimization

2013-12-15 Thread Flávio Etrusco
On Sun, Dec 15, 2013 at 10:29 AM, Daniel Sapundjiev dan...@microdor.com wrote: Hi, Can someone explain the main idea behind the code In optloop.pas function unroll_loop(node : tnode) : tnode; What is the unroll about? Thanks in advance Daniel Sapoundjiev