Hi, I'm new to souper and currently investigating it. I tried to use it to compile sqlite (https://www.sqlite.org/download.html) with command line path/to/sclang shell.c sqlite3.c -lpthread -ldl -lm -o sqlite_sclang. It can successfully and quickly compile sqlite, but nothing happens. I expect that it should take a long time to analyze the code, optimize the code, and output some useful optimization hints. Does I use souper correctly?
I enable the SOUPER_DEBUG flag and the compilation flags seems ok. Output message:
Hi, I'm new to souper and currently investigating it. I tried to use it to compile
sqlite
(https://www.sqlite.org/download.html) with command linepath/to/sclang shell.c sqlite3.c -lpthread -ldl -lm -o sqlite_sclang
. It can successfully and quickly compilesqlite
, but nothing happens. I expect that it should take a long time to analyze the code, optimize the code, and output some useful optimization hints. Does I use souper correctly?I enable the SOUPER_DEBUG flag and the compilation flags seems ok. Output message: