tudasc/TypeART

Improve allocation filter handling

Closed this issue · 1 comments

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

closed by pr #26