Maximum optimization and fine-tuning flags for C code to get bext benchmarking number

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tvnaidu
    Contributor
    • Oct 2009
    • 365

    Maximum optimization and fine-tuning flags for C code to get bext benchmarking number

    what is the Maximum optimization and fine-tuning flags for C code to get bext benchmarking number?. developed libraries using static libs currently.
  • donbock
    Recognized Expert Top Contributor
    • Mar 2008
    • 2427

    #2
    Available compiler optimizations are specific to each compiler. What compiler are you using?

    The best benchmarking number depends on who you are. Compiler vendors want to sell compilers; so the most impressive benchmark score is the best. Compiler users want to compare compilers to find the best cost/performance balance for their applications; so the most representative benchmark score is best.

    Comment

    Working...