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

Optimized calls accumulation #19

Closed mcopik closed 4 years ago

mcopik commented 4 years ago

This PR brings a new instrumentation that creates a more concise and optimized JSON representation. Instead of copying JSON data to reflect the fact, that a performance-critical loop has called a performance-critical function, we store a "pointer" that can be later used to access the information.