analyzer
analyzer copied to clipboard
Avoid populating `dep` table in TD3 when non-incremental
It looks like TD3 populates the dep table along with infl. If I recall correctly, dep is just used for some incremental things, so it's useless during non-incremental runs and can grow quite large.
If this is the case, then we should probably avoid populating it unnecessarily.