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
The underlying problem is that Ward actually goes to quite a bit of effort to eliminate spurious guards. This normally works well with manually written code, but the code generated by gac sometimes contains long functions with many variables, which drives up the cost of data flow analysis by a more than linear factor.
Running ward on
src/c_oper1.c
takes 8 seconds on my system (with LuaJIT, otherwise its more like 16 seconds).It would be great if this could be sped up.
The text was updated successfully, but these errors were encountered: