Re: The Why's of Loop Unrolling
Chris <[email protected]> Fri, 10 Nov 2006 12:03:00 -0800
| Newsgroups | gmane.comp.web.dom.wdf |
|---|---|
| Message-ID | <[email protected]> |
Hi BY, > Since JS is interpreted, not compiled But again, it's ultimately interpreted into compiled commands. For conclusive results you need merely test the approach - and as you can see on this page the results are a significant speed increase. > The link you reference actually accomplishes > gains by reducing operations / loop (using variables with precalc'd > values). You have to scroll to the bottom for the loop-unrolling techniques. Many are presented on the page.