spcl / perf-taint

Taint-based program analysis framework for empirical performance modeling.
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Optimize runtime #10

Open mcopik opened 4 years ago

mcopik commented 4 years ago

The current implementation of runtime assumed that we need to store a variable amount of memory for taint labels to detect various combinations. We can simplify this with a static memory allocation and JSON generation only at the end.