mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Fixed cstr_buf for std::string with small string optimization
This commit is contained in:
parent
3a6abc9bf6
commit
4c733301e6
6 changed files with 16 additions and 5 deletions
|
@ -52,7 +52,7 @@ string log_last_error;
|
|||
|
||||
vector<int> header_count;
|
||||
pool<RTLIL::IdString> log_id_cache;
|
||||
vector<string> string_buf;
|
||||
vector<shared_str> string_buf;
|
||||
int string_buf_index = -1;
|
||||
|
||||
static struct timeval initial_tv = { 0, 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue