Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

HOW DOES I OPTIMIZE FURTHER AND UNROLL LOOPS

Name: Anonymous 2009-03-25 11:51

HOW?

Name: Anonymous 2009-03-25 13:39

>>4
ITS A CLASSIC TIME/SPACE TRADE-OFF

Name: Anonymous 2009-03-25 13:41

>>5
Actually I's not as simple, as smaller somethimes means faster (better branch prediction and less code cache pressure).

Name: Anonymous 2009-03-25 14:08

>>6
How exactly would smaller code benefit branch prediction in this context? There aren't any branches in unrolled loops after all.

Name: Anonymous 2009-03-25 14:20

>>7
>There aren't any branches in unrolled loops after all
I don't think you really understand loop unrolling.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List