3
0
Fork 0
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:
Clifford Wolf 2015-06-11 13:39:49 +02:00
parent 3a6abc9bf6
commit 4c733301e6
6 changed files with 16 additions and 5 deletions

View file

@ -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 };