Skip to content

Commit ad12238

Browse files
committed
Pass-by-value in code*t constructors
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.
1 parent 14f3e54 commit ad12238

File tree

1 file changed

+85
-111
lines changed

1 file changed

+85
-111
lines changed

0 commit comments

Comments
 (0)