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

Remove extrap annotation #15

Open mcopik opened 4 years ago

mcopik commented 4 years ago

Currently, we use extrap annotation to detect how many variables should be allocated. This should be replaced with a scan of register_variable calls and additional dynamic allocation to avoid misses.