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
It's now working and part of master. We need region inference though. Where should this pass go?
Before uglify-vectors, since uglify-vectors generates region manipulation code
Region inference could use free var information, so it should probably happen after annotate-free-vars. This means we'll have to move annotate-free-vars above uglify-vectors.