You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nim's DCE correctly cgen's main and doesn't cgen fn1,fn2 (not reachable by main even though both are being called by each other in their own cycle), which is good. But it doesn't provide a way to identify that fn1, fn2 are (statically) un-reachable in this program.
eg: in io.nim:
the tool should be robust to A calling B and A being deadcode, or to cycles of deadcode
it should be smart wrt conditional compilation
The text was updated successfully, but these errors were encountered: