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

Commits on Aug 6, 2020

  1. under gcc 9.3.1 pe_dll_list's std::unordered_map causes infinite comp…

    …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
    Hana Dusíková committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    e22de94 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Check the list is sorted during compilation.

    Hana Dusíková committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    c518ef0 View commit details
    Browse the repository at this point in the history