mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Assorted microoptimization speedups in core data structures.
This commit is contained in:
parent
6ba48515b5
commit
a681904237
6 changed files with 118 additions and 194 deletions
|
@ -287,7 +287,7 @@ void remove_directory(std::string dirname);
|
|||
std::string escape_filename_spaces(const std::string& filename);
|
||||
|
||||
template<typename T> int GetSize(const T &obj) { return obj.size(); }
|
||||
int GetSize(RTLIL::Wire *wire);
|
||||
inline int GetSize(RTLIL::Wire *wire);
|
||||
|
||||
extern int autoidx;
|
||||
extern int yosys_xtrace;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue