Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix GCC 9.3.1 hang #835

Merged
merged 2 commits into from
Aug 7, 2020
Merged

fix GCC 9.3.1 hang #835

merged 2 commits into from
Aug 7, 2020

Conversation

hanickadot
Copy link

@hanickadot hanickadot commented Aug 6, 2020

  • under gcc 9.3.1 pe_dll_list's std::unordered_map causes infinite compilation time, I change it to make it compile in no time, and I'm using O(log_2 n) algorithm, which theoretically is slower than std::unordered_map but this will be quicker

…ilation time, I change it to make it compile in no time, and I'm using O(log_2 n) algorithm, which theoretically is slower than std::unordered_map but here it will be quicker
@PeterMatula
Copy link
Collaborator

run TC tests

@PeterMatula
Copy link
Collaborator

TC test failed, but build is OK. This is most likely due to new tests in the master.

@PeterMatula PeterMatula merged commit e57706f into avast:master Aug 7, 2020
PeterMatula added a commit that referenced this pull request Aug 7, 2020
Return value was reversed by #835 merge.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants