3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-12-24 13:06:51 +00:00
yosys/pyosys
Robert O'Callahan 46cb05c471 Pass IdString by value instead of by const reference.
When IdString refcounting was expensive, it made sense to pass it by const reference
instead of by value, to avoid refcount churn. Now that IdString is not refcounted,
it's slightly more efficient to pass it by value.
2025-12-22 01:52:59 +00:00
..
.gitignore pyosys: rewrite wrapper generator 2025-10-03 11:54:44 +03:00
__init__.py pyosys: rewrite wrapper generator 2025-10-03 11:54:44 +03:00
generator.py Make it safe to access .c_str() for autoidx IDs in a multithreaded context 2025-11-25 22:49:41 +00:00
hashlib.h pyosys: fix ref-only classes, implicit conversions 2025-10-03 11:54:44 +03:00
wrappers_tpl.cc Pass IdString by value instead of by const reference. 2025-12-22 01:52:59 +00:00