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

Refactor hosting and assembly loading to improve reliability, perf, and portability #59227

Closed
2 tasks
agocke opened this issue Sep 16, 2021 · 2 comments
Closed
2 tasks
Assignees
Milestone

Comments

@agocke
Copy link
Member

agocke commented Sep 16, 2021

Right now much of the code in hostfxr and hostpolicy that performs assembly loading is in native code and it's believed that refactoring, simplification, and moving code from native to managed can provide significant benefits.

PRs:

Overall goals:

  • Improve performance
  • Share more code with Mono
@agocke agocke added this to the 7.0.0 milestone Sep 16, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Sep 16, 2021
@ghost
Copy link

ghost commented Sep 16, 2021

Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov
See info in area-owners.md if you want to be subscribed.

Issue Details

Right now much of the code in hostfxr and hostpolicy that performs assembly loading is in native code and it's believed that refactoring, simplification, and moving code from native to managed can provide significant benefits.

Overall goals:

  • Improve performance
  • Share more code with Mono
Author: agocke
Assignees: VSadov
Labels:

area-AssemblyLoader-coreclr

Milestone: 7.0.0

@agocke agocke removed the untriaged New issue has not been triaged by the area owner label Sep 17, 2021
@agocke
Copy link
Member Author

agocke commented Jul 25, 2022

Closing, as I think we're done with this for 7.0

@agocke agocke closed this as completed Jul 25, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Aug 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

2 participants