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
As we can see, the jump at line 3 goes to line 5 wich jumps then to line 7.
I think this is easy to add a pass to optimize this, without having to remove a line (which could cause some issue with indirect jumps such as those made with @counter (arrays etc..))
Best regards, MLogJs is so great !
The text was updated successfully, but these errors were encountered:
Hello
Some useless jumps are generated with nested if.
Here is the smallest code I've found, but with large code, I saw a bunch of 7 useless jumps !!
The generated code is
As we can see, the jump at line 3 goes to line 5 wich jumps then to line 7.
I think this is easy to add a pass to optimize this, without having to remove a line (which could cause some issue with indirect jumps such as those made with @counter (arrays etc..))
Best regards, MLogJs is so great !
The text was updated successfully, but these errors were encountered: