miss_hit
miss_hit copied to clipboard
disallow certain functions in certain call-trees
- Provide a method for defining a set of functions
- Provide a way to disallow calling these functions from any given function (transitively)
Actually this is flow analysis, a specific negative annotation that certain state must not be used.