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
Profiling does not show any advantage of using rvalue constructors over passing
by value (and then moving in place), and this requires at most as many copies as
the previous const-reference case. Also make use of the new exprt constructors
to set up operands without an additional add_to_operands call.
0 commit comments