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
Add various forms of optimization that was learned, basic stuff like constant folding, dead code elimination (basic), strength reduction, and the like should be good to add and should not take long.
Furthermore, clean up some code. The giant chain of stuff in the main generation can be cleaned up.
The text was updated successfully, but these errors were encountered:
Add various forms of optimization that was learned, basic stuff like constant folding, dead code elimination (basic), strength reduction, and the like should be good to add and should not take long.
Furthermore, clean up some code. The giant chain of stuff in the main generation can be cleaned up.
The text was updated successfully, but these errors were encountered: