Search:

Type: Posts; User: PenguinLord

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    2,658

    Re: Loop unrolling.

    Thanks for the reply. I had a hunch the compiler was just smarter than I was but I wasn't sure. It has been a while since I programmed much.
  2. Replies
    2
    Views
    2,658

    Loop unrolling.

    I learned about loop unrolling a long time ago and got the sudden inspiration this morning to try it in action. So i whipped together this little program.


    String s="";
    for (int i = 0; i <...
Results 1 to 2 of 2