C program optimization
  • Introduction
  • Measurement
    • Use perf to Measure Cache Miss and TLB Miss
  • Program optimization techniques
    • Branch Prediction Friendliness
    • Loop Unrolling
    • Turning Random Access to Sequential Access
  • References
Powered by GitBook
On this page

Was this helpful?

References

PreviousTurning Random Access to Sequential Access

Last updated 4 months ago

Was this helpful?

There are many techniques to optimize the computer programs in C, besides the three we introduced. You can find more from the following link:

http://icube-icps.unistra.fr/index.php/Main_Page