Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
HOW DOES I OPTIMIZE FURTHER AND UNROLL LOOPS
1
Name:
Anonymous
2009-03-25 11:51
HOW?
5
Name:
Anonymous
2009-03-25 13:39
>>4
ITS A CLASSIC TIME/SPACE TRADE-OFF
6
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).
7
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.
8
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