Hi, I compile my code with g++ v3.0.4 with -O3. But the code is running 20% slower than the code compiled with g++ v2.96 -O3. Why is there such huge speed difference and is there any way for me to regain speed? thanks in advance, Wei