analyzer icon indicating copy to clipboard operation
analyzer copied to clipboard

Avoid populating `dep` table in TD3 when non-incremental

Open sim642 opened this issue 1 year ago • 0 comments

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.

sim642 avatar Sep 06 '24 15:09 sim642