Displaying 1 result from an estimated 1 matches for "callee_is_complet".
Did you mean:
callee_is_complete
2015 Dec 28
3
Interpreting DSCallGraph results
...llees (according to
DSCallGraph::flat_callee_begin/end).
I'm not sure that DSCallGraph's output is *wrong*, because it does report
these caveats:
- DSCallGraph::called_from_incomplete_site( @QsortCallback ) returns
true.
- For all three callsites in the Module,
DSCallGraph::callee_is_complete(...) returns false.
Must I assume that the entire Module could be a single SCC whenever
"called_from_incomplete_site" returns true "callee_is_complete" returns
false?
And if I *do* need to be that pessimistic, anyone know why DSCallGraph
doesn't apply that pessimism itsel...