1
0
mirror of synced 2026-02-23 07:51:45 +00:00
Files
YosysHQ.yosys/kernel
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
..
2015-09-01 12:40:36 +02:00
2017-02-23 14:21:02 +01:00
2015-07-02 11:14:30 +02:00
2020-04-30 18:56:25 +00:00
2020-04-30 18:56:25 +00:00
2015-07-02 11:14:30 +02:00
2020-04-30 18:56:25 +00:00
2020-05-08 10:13:39 +02:00