-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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] refactor metadata update code #85177
Commits on Mar 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6cdd45d - Browse repository at this point
Copy the full SHA 6cdd45dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82fa0f8 - Browse repository at this point
Copy the full SHA 82fa0f8View commit details
Commits on Mar 6, 2023
-
Allow GTDs to store MonoClassMetadataUpdateInfo
allow generic type definitions to can contain added members
Configuration menu - View commit details
-
Copy full SHA for ac77587 - Browse repository at this point
Copy the full SHA ac77587View commit details -
[loader] Use iterator in find_method_in_class
Instead of using a for-loop, use an interator that will also pick up added methods from hot reload. There's an issue here compared to the old code: the old code could cope with MonoClass:methods containing null pointers. But the iterator approach signals that iteration is finished by returning NULL. Need to check whether the old code is reachable on modern .NET
Configuration menu - View commit details
-
Copy full SHA for 0907ca4 - Browse repository at this point
Copy the full SHA 0907ca4View commit details
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d73e60e - Browse repository at this point
Copy the full SHA d73e60eView commit details
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1bca734 - Browse repository at this point
Copy the full SHA 1bca734View commit details
Commits on Apr 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ada93e8 - Browse repository at this point
Copy the full SHA ada93e8View commit details -
negate assert in hot_reload_find_method_by_name
This function shouldn't expect to see generic instances
Configuration menu - View commit details
-
Copy full SHA for ffb1990 - Browse repository at this point
Copy the full SHA ffb1990View commit details -
Configuration menu - View commit details
-
Copy full SHA for 787ab86 - Browse repository at this point
Copy the full SHA 787ab86View commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b1a7295 - Browse repository at this point
Copy the full SHA b1a7295View commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fa2ae92 - Browse repository at this point
Copy the full SHA fa2ae92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ef20ed - Browse repository at this point
Copy the full SHA 8ef20edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e4e8c6 - Browse repository at this point
Copy the full SHA 2e4e8c6View commit details -
Update src/mono/mono/component/hot_reload.c
Co-authored-by: Aleksey Kliger (λgeek) <akliger@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a71d732 - Browse repository at this point
Copy the full SHA a71d732View commit details -
Update src/mono/mono/component/hot_reload.c
Co-authored-by: Aleksey Kliger (λgeek) <akliger@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7188670 - Browse repository at this point
Copy the full SHA 7188670View commit details -
Update src/mono/sample/HelloWorld/Makefile
Co-authored-by: Aleksey Kliger (λgeek) <akliger@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c6258f0 - Browse repository at this point
Copy the full SHA c6258f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a661e9 - Browse repository at this point
Copy the full SHA 8a661e9View commit details