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
* Fixed garbage data in module scopes when type graph is not retained
* LOP_MOVE with the same source and target registers is no longer
generated (Fixes#793)
* Fixed garbage data in module scopes when type graph is not retained
* LOP_MOVE with the same source and target registers is no longer
generated (Fixesluau-lang/luau#793)
Right now, code such as
will generate an unneccessary bytecode operation, the code above generates
MOVE R0 R0
which is redundant.The text was updated successfully, but these errors were encountered: