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

ast,cgen: reduce memory usage for compiling larger v programs with long fns #18876

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    ec0402e View commit details
    Browse the repository at this point in the history
  2. implement missing builtin _noscan fns/methods for array and map, so t…

    …hat cgen can work more uniformly
    spytheman committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    400dece View commit details
    Browse the repository at this point in the history
  3. cgen: fix Gen.check_noscan to always return correct _noscan informati…

    …on, depending on the type
    spytheman committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    2e3384a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11bffc9 View commit details
    Browse the repository at this point in the history
  5. Revert "ast,cgen: small speedup for the 1m_statements_in_1_fn.v"

    This reverts commit 14b5cf433d12c59240e9fab6bd2ec68133f4a7c3.
    spytheman committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    8eded2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46c07a5 View commit details
    Browse the repository at this point in the history