Closed pgoodman closed 9 years ago
This would simplify a bunch of instrumentation, and wouldn't require the dependence of BlockFactory or InstrumentationTool::InstrumentControlFlow. This could let me simplify the newer version of the wrap_func tool.
BlockFactory
InstrumentationTool::InstrumentControlFlow
wrap_func
This is now done.
This would simplify a bunch of instrumentation, and wouldn't require the dependence of
BlockFactory
orInstrumentationTool::InstrumentControlFlow
. This could let me simplify the newer version of thewrap_func
tool.