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

[mono][aot] Add a 'compile-in-child' AOT argument #98866

Merged
merged 11 commits into from
Mar 5, 2024
Merged

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    b9d0e29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08361eb View commit details
    Browse the repository at this point in the history
  3. [mono][aot] Add a 'compile-in-child' aot argument.

    When set, the JIT compilation is done in a child process. This helps to reduce overall memory
    usage since memory used during JITting is no longer going to be reserved when
    running external tools like opt/llc.
    vargaz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3cd0a47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d434f3f View commit details
    Browse the repository at this point in the history
  5. Handle spaces correctly.

    vargaz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    66d770d View commit details
    Browse the repository at this point in the history
  6. Disable on windows for now.

    vargaz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c5a5972 View commit details
    Browse the repository at this point in the history
  7. Add dedup support.

    vargaz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    156f2a8 View commit details
    Browse the repository at this point in the history
  8. Add windows support.

    vargaz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b89c1e0 View commit details
    Browse the repository at this point in the history
  9. Enable on wasm on windows.

    vargaz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6ec0f68 View commit details
    Browse the repository at this point in the history
  10. Fix windows support.

    vargaz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7f5f640 View commit details
    Browse the repository at this point in the history
  11. Disable on windows.

    vargaz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d9ed9a3 View commit details
    Browse the repository at this point in the history