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 compilation slowdown due to controlflow analysis #6146

Merged
merged 10 commits into from
Aug 21, 2020

Commits on May 15, 2020

  1. Make CFG computation lazy

    sklam committed May 15, 2020
    Configuration menu
    Copy the full SHA
    d43cf54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b17922 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ae5ef0 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Configuration menu
    Copy the full SHA
    5f2f242 View commit details
    Browse the repository at this point in the history
  2. Fix _DictOfContainers.__eq__

    sklam committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    5c94b91 View commit details
    Browse the repository at this point in the history
  3. Replace dominator-based backedge algorithm with simple DFS algorithm

    Note: dominator-based version is too expensive.
    sklam committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    264665e View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Update numba/core/controlflow.py

    Co-authored-by: stuartarchibald <stuartarchibald@users.noreply.github.com>
    sklam and stuartarchibald committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    4930e8e View commit details
    Browse the repository at this point in the history
  2. Remove outdated comment

    sklam committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    1088d95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdc6522 View commit details
    Browse the repository at this point in the history
  4. Re-add utils import

    sklam committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    5ed1ecd View commit details
    Browse the repository at this point in the history