mirror of
https://github.com/golang/go.git
synced 2025-05-06 16:13:04 +00:00
This improves both performance (most calls are static) and precision (e.g. for static calls in dead code). Also, break callees() function into smaller ones. R=crawshaw CC=golang-dev https://golang.org/cl/38740045