dmgolubovsky / yhc

Automatically exported from code.google.com/p/yhc
0 stars 0 forks source link

Find optimal performance flags for Yhi #114

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. scons type=release
2. Note that Yhi gets built by gcc with -O1

What is the expected output? What do you see instead?
I suspect other flags would get us going faster, -O3 and others are likely,
perhaps some processor specific flags.

Using nobench as a tester would be reasonable:
http://www.cse.unsw.edu.au/~dons/nobench.html

Original issue reported on code.google.com by ndmitch...@gmail.com on 19 Feb 2007 at 11:00