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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve AST garbage collection #4762

Merged
merged 8 commits into from Dec 23, 2022
Merged

Improve AST garbage collection #4762

merged 8 commits into from Dec 23, 2022

Commits on Dec 20, 2022

  1. Add AST LRU cache

    bluwy committed Dec 20, 2022
    Copy the full SHA
    5a0b5f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Fix dynamic import AST keep

    bluwy committed Dec 21, 2022
    Copy the full SHA
    a3bebc6 View commit details
    Browse the repository at this point in the history
  2. Refactor implementation

    bluwy committed Dec 21, 2022
    Copy the full SHA
    10c1f4c View commit details
    Browse the repository at this point in the history
  3. Remove lru config

    bluwy committed Dec 21, 2022
    Copy the full SHA
    2968110 View commit details
    Browse the repository at this point in the history
  4. Fix cache check

    bluwy committed Dec 21, 2022
    Copy the full SHA
    821f4b4 View commit details
    Browse the repository at this point in the history
  5. Add test for line coverage

    bluwy committed Dec 21, 2022
    Copy the full SHA
    62d2a87 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Refactor cache check

    bluwy committed Dec 22, 2022
    Copy the full SHA
    a468fa3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    575dfa3 View commit details
    Browse the repository at this point in the history