roterdam / jchord

Automatically exported from code.google.com/p/jchord
3 stars 0 forks source link

reusing instrumented code #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Chord has an option for reusing traces from a dynamic analysis. Be nice to
reuse the instrumented code, separately from the trace. Use case is as follows:

I'm building a test suite for my dynamic analysis; I want to invoke a
program several times, run a complete analysis, with both dynamic and
static components, and inspect the results from each trial. 

A correct implementation of this feature should probably keep a small file
in the instrumented code output dir recording what instrumentation was
applied to the code and perhaps a timestamp, to prevent inappropriately
reusing instrumented code across different analysis.

Original issue reported on code.google.com by asrabkin@gmail.com on 31 May 2010 at 7:37