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

Hw21 aot #1452

Draft
wants to merge 22 commits into
base: unity-main
Choose a base branch
from
Draft

Hw21 aot #1452

wants to merge 22 commits into from

Commits on Jun 21, 2021

  1. enable llvm

    lucasmeijer committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    2f3290e View commit details
    Browse the repository at this point in the history
  2. first stab at some CI

    lucasmeijer committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    a63b83a View commit details
    Browse the repository at this point in the history
  3. bcl aot wip

    AndreasReich committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    e16d174 View commit details
    Browse the repository at this point in the history
  4. fix silly

    lucasmeijer committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    74cd310 View commit details
    Browse the repository at this point in the history
  5. set MONO_PATH

    lucasmeijer committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    1f6c6e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79e9e9f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    f6fa6d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aef5e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88c4d59 View commit details
    Browse the repository at this point in the history
  4. fix libpaths for aot

    AndreasReich committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    1d5c76d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13b1dab View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. enable mscorlib aot

    AndreasReich committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    03b0771 View commit details
    Browse the repository at this point in the history
  2. WIP move AOT to domain data structures.

    Right now AOT data is stored on the image and "leaks" into the root
    domain under the assumption that it will always be run there. By moving
    the MonoAotModule to the MonoDomain we can better control and track
    the lifetime of AOT data.
    joncham committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    c5d6ce4 View commit details
    Browse the repository at this point in the history
  3. Force write barriers in Boehm.

    This ensures the AOT compile produces write barriers which Unity may
    enable.
    joncham committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    1d45102 View commit details
    Browse the repository at this point in the history
  4. distribute .pdb files

    lucasmeijer committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    aca31f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1985e67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    071b11c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    715d508 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a0250fa View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

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

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    65a748a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daf159d View commit details
    Browse the repository at this point in the history