1
0
mirror of synced 2026-02-23 15:53:37 +00:00
Files
YosysHQ.yosys/passes
Rupert Swarbrick d681c9df85 Pass some more args by reference in select.cc
Before this patch, the code passed around std::string objects by
value. It's probably not a hot-spot, but it can't hurt to avoid the
copying.

Removing the copy and clean-up code means the resulting code is ~6.1kb
smaller when compiled with GCC 9.3 and standard settings.
2020-05-27 09:42:23 +01:00
..
2020-05-21 21:39:13 -07:00