forked from mono/mono
-
Notifications
You must be signed in to change notification settings - Fork 513
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
joncham
wants to merge
22
commits into
unity-main
Choose a base branch
from
hw21-aot
base: unity-main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Hw21 aot #1452
+374
−61
Commits on Jun 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2f3290e - Browse repository at this point
Copy the full SHA 2f3290eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a63b83a - Browse repository at this point
Copy the full SHA a63b83aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e16d174 - Browse repository at this point
Copy the full SHA e16d174View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74cd310 - Browse repository at this point
Copy the full SHA 74cd310View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f6c6e6 - Browse repository at this point
Copy the full SHA 1f6c6e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79e9e9f - Browse repository at this point
Copy the full SHA 79e9e9fView commit details
Commits on Jun 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f6fa6d4 - Browse repository at this point
Copy the full SHA f6fa6d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aef5e0 - Browse repository at this point
Copy the full SHA 6aef5e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88c4d59 - Browse repository at this point
Copy the full SHA 88c4d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d5c76d - Browse repository at this point
Copy the full SHA 1d5c76dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13b1dab - Browse repository at this point
Copy the full SHA 13b1dabView commit details
Commits on Jun 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 03b0771 - Browse repository at this point
Copy the full SHA 03b0771View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c5d6ce4 - Browse repository at this point
Copy the full SHA c5d6ce4View commit details -
Force write barriers in Boehm.
This ensures the AOT compile produces write barriers which Unity may enable.
Configuration menu - View commit details
-
Copy full SHA for 1d45102 - Browse repository at this point
Copy the full SHA 1d45102View commit details -
Configuration menu - View commit details
-
Copy full SHA for aca31f1 - Browse repository at this point
Copy the full SHA aca31f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1985e67 - Browse repository at this point
Copy the full SHA 1985e67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 071b11c - Browse repository at this point
Copy the full SHA 071b11cView commit details -
Merge branch 'hw21-aot' of github.com:Unity-Technologies/mono into hw…
…21-aot
Configuration menu - View commit details
-
Copy full SHA for 715d508 - Browse repository at this point
Copy the full SHA 715d508View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0250fa - Browse repository at this point
Copy the full SHA a0250faView commit details
Commits on Jun 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c608a52 - Browse repository at this point
Copy the full SHA c608a52View commit details
Commits on Jun 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 65a748a - Browse repository at this point
Copy the full SHA 65a748aView commit details -
Configuration menu - View commit details
-
Copy full SHA for daf159d - Browse repository at this point
Copy the full SHA daf159dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.