coz
coz copied to clipboard
coz fails to find optimizations
When profiling the following programs coz will fail to find optimizations of the methods; showing a slowdown when optimizing -- in most cases.
Compile with
gcc -O0 -fno-omit-frame-pointer -gdwarf-4 -ldl -o linear linear.c
gcc -O0 -fno-omit-frame-pointer -gdwarf-4 -lpthread -ldl -o threads threads.c
Furthermore the profile.coz file won't contain all progress point definitions, and in the case of linear.c the c()
data won't even show up.