3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00
yosys/backends/cxxrtl
Catherine 80798daf53 cxxrtl: reduce stack space consumed by debug_info() further.
Before this commit, this function would create a temporary `std::string`
per debug item (and scope). After this commit, an additional overload is
used to push that down the call stack. This reduces stack usage by
about 50% more on top of the previous commit.
2024-05-08 02:55:17 +00:00
..
runtime cxxrtl: reduce stack space consumed by debug_info() further. 2024-05-08 02:55:17 +00:00
cxxrtl_backend.cc cxxrtl: reduce stack space consumed by debug_info() further. 2024-05-08 02:55:17 +00:00
Makefile.inc cxxrtl: install cxxrtl_time.h and cxxrtl_replay.h. 2024-02-26 17:55:56 +00:00