|
From: <raf...@gm...> - 2006-11-19 13:26:50
|
> What optimisation level was this code compiled at? The reduced test case was compile with -O0 and then hand optimized (O2 would constant propagate and remove the if). The original source code in qt4 was compiled with g++ -O2. Thanks! Rafael |