mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-01 10:39:10 +02:00
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.