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

[gosrc2cpg] Memory cleanup #4407

Closed
wants to merge 11 commits into from
Closed

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    47ceb72 View commit details
    Browse the repository at this point in the history
  2. minor change

    pandurangpatil committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e0004fe View commit details
    Browse the repository at this point in the history
  3. minor changes

    pandurangpatil committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    dd520f7 View commit details
    Browse the repository at this point in the history
  4. error logging

    pandurangpatil committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8c913a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Memory optimisations

    pandurangpatil committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    987325f View commit details
    Browse the repository at this point in the history
  2. minor updates

    pandurangpatil committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    204ee2f View commit details
    Browse the repository at this point in the history
  3. Queued processing of one dependency at one time

    Queued processing of one dependency at one time post parallel proessing
    of download.
    
    1. Delinked downloading and processing of the dependency.
    2. In one thread we are downloading the dependencies and queuing them to
    be processed in separate writer thread.
    pandurangpatil committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f488fc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    359788b View commit details
    Browse the repository at this point in the history
  5. code cleanup

    pandurangpatil committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0b5e6c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    013a13d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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