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
We are never on the fast instruction selection path in LLVM because we're using Invoke instructions everywhere. Thus we pay the cost of full optimized SelectionDAG invocation at all optimization levels in rustc.
The solution is to stop using C++ exceptions for unwinding.