mirror of
https://github.com/golang/go
synced 2024-11-18 19:34:41 -07:00
a9651d6ad7
"static" ignores dynamic calls altogether. "cha" uses Class Hierarchy Analysis, which assumes that a dynamic call may dispatch to any func or method that satisfies the type. Both these algorithms can work on partial programs, e.g. libraries without a main function or tests. (This feature was requested after my talk last night.) + Tests. LGTM=sameer R=sameer, minux CC=golang-codereviews, gri https://golang.org/cl/176780043 |
||
---|---|---|
.. | ||
testdata/src/pkg | ||
main_test.go | ||
main.go |