Improve allocation filter handling
Closed this issue · 1 comments
ahueck commented
Currently only one allocation filter strategy is supported
The filter should be outlined to a base class, and different strategies inhereit from a common interface (see feat/sc20):
- Base class, for a common interface
- Runtime selectable with argument
- Whole-program call-graph filter