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
There are bunch of dead code around (like JuliaLang/julia#42833), and it would be nice if JET can report such cases automatically.
Especially, array allocation couldn't be eliminated by the compiler even if there is no "usage" of the array,
but usually those allocations are just dead code, so a static analysis would be very useful to eliminate such unnecessary computations.
The text was updated successfully, but these errors were encountered:
There are bunch of dead code around (like JuliaLang/julia#42833), and it would be nice if JET can report such cases automatically.
Especially, array allocation couldn't be eliminated by the compiler even if there is no "usage" of the array,
but usually those allocations are just dead code, so a static analysis would be very useful to eliminate such unnecessary computations.
The text was updated successfully, but these errors were encountered: