Skip to content

[mono] Fix LoadAssemblyRaw to not pin or copy#43830

Merged
CoffeeFlux merged 2 commits into
dotnet:masterfrom
CoffeeFlux:loadassemblyraw-alloc
Oct 28, 2020
Merged

[mono] Fix LoadAssemblyRaw to not pin or copy#43830
CoffeeFlux merged 2 commits into
dotnet:masterfrom
CoffeeFlux:loadassemblyraw-alloc

Conversation

@CoffeeFlux
Copy link
Copy Markdown
Contributor

Copying of the assembly and symbols happens later, in mono_alc_load_raw_bytes, and the pinning is no longer necessary so long as we have the handle.

Followup from #43592 (comment), cc: @lambdageek

@ghost
Copy link
Copy Markdown

ghost commented Oct 26, 2020

Tagging subscribers to this area: @CoffeeFlux
See info in area-owners.md if you want to be subscribed.

Copying of the assembly and symbols happens later, in `mono_alc_load_raw_bytes`, and the pinning is no longer necessary so long as we have the handle.
@CoffeeFlux CoffeeFlux force-pushed the loadassemblyraw-alloc branch from f0556f2 to 087e263 Compare October 26, 2020 18:15
@CoffeeFlux CoffeeFlux merged commit 9cce94a into dotnet:master Oct 28, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants