romanofski / programslice

Static analysis tool to slice python programs
GNU General Public License v3.0
36 stars 7 forks source link

Feature: Implement dynamic slicing based on a trace #14

Open romanofski opened 12 years ago

romanofski commented 12 years ago

I'd like to check if we could provide dynamic slicing based on a coverage run. Perhaps that may become the default, and the static slice is just an approximation of the dynamic slice.