-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
-
https://github.com/ggreer/the_silver_searcher (2k LoC)
- parsing succeeds, compilation DB succeeds
- with default options: stack overflow after 3min
- with
--disable ana.base.context.non-ptr --disable sem.unknown_function.spawn --set ana.thread.domain plain --enable exp.earlyglobs --set ana.base.privatization none --enable dbg.print_dead_code: 16s
-
- generation of the compilation database fails
-
https://www.sqlite.org/amalgamation.html (with
--set cppflags[+] -DSQLITE_DEBUG) -
compiledbneeds some manual fixes to the compilation database (issues with missing\"around strings)- Generalize handling of
.dfiles: Accept.dfiles with multiple targets, eat-MFarguments to preprocessor analyzer#557 required - Combine takes >5min and > 15GB RAM
- With
./goblint ../git --set ana.ctx_n_function.spawn --set ana.thread.domain plain --enable exp.earlyglobs --set ana.base.privatization none --enable dbg.print_dead_code &> git_base_insens.txt -vFound dead code on 125453 lines (including 125190 in uncalled functions)! Total lines (logical LoC): 129533 - git.fixed-cil.zip
-
FFmpeg (https://github.com/FFmpeg/FFmpeg) (see FFmpeg #18)
-
Possible query: https://github.com/search?p=7&q=stars%3A%3E100+size%3A%3E10000+language%3AC&type=Repositories