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

feat[codegen]: deallocate variables after last use #4219

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Sep 2, 2024

  1. feat: deallocate variables after last-use

    deallocate variables after last use, improving memory usage.
    charles-cooper committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    38759d2 View commit details
    Browse the repository at this point in the history
  2. fix scoping

    charles-cooper committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    99c04ae View commit details
    Browse the repository at this point in the history
  3. fix sqrt

    charles-cooper committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    51aa936 View commit details
    Browse the repository at this point in the history
  4. fix off-by-one

    charles-cooper committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7d8b64f View commit details
    Browse the repository at this point in the history
  5. fix last-use analysis

    use_count inside of Expr is dangerous, since Expr() can be called
    multiple times for a given node. separate the analysis.
    charles-cooper committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e0261dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ce131e View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    5d82615 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    c9fbfac View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    128de31 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Configuration menu
    Copy the full SHA
    3ad92a1 View commit details
    Browse the repository at this point in the history