coz icon indicating copy to clipboard operation
coz copied to clipboard

coz fails to find optimizations

Open jesperpedersen opened this issue 5 years ago • 0 comments

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.

linear.txt threads.txt

jesperpedersen avatar Oct 10 '19 12:10 jesperpedersen