Add visual indicator when a pure function is removed during optimization #6710
Labels
Component: Core
Issue needs changes to the core
Effort: Low
Issue should take < 1 week
Impact: Medium
Issue is impactful with a bad, or no, workaround
Right now we just remove pure functions from the decompilation entirely, and this could lead to various issues. I believe a better approach is to handle this in a similar way to our handling of eliminated writes, i.e., we display it in a different color, do not remove it entirely, and the user has the chance to confirm or deny the removal of the call
The text was updated successfully, but these errors were encountered: