Skip to content

[NativeAOT] Upstream some changes to portable allocation helpers - #89269

Merged
jkotas merged 1 commit into
dotnet:mainfrom
SingleAccretion:Portable-Alloc-Help
Jul 21, 2023
Merged

[NativeAOT] Upstream some changes to portable allocation helpers#89269
jkotas merged 1 commit into
dotnet:mainfrom
SingleAccretion:Portable-Alloc-Help

Conversation

@SingleAccretion

Copy link
Copy Markdown
Contributor

These allocation helpers have only been used by the downstream WASM target until recently, when we switched to using copies of them specialized for the shadow stack calling convention in dotnet/runtimelab#2320.

Since then, a couple bug fixes and changes have been made that the thinking is it makes sense to bring back to the portable code (dotnet/runtimelab#2342, dotnet/runtimelab#2345), so that it can still serve as a useful reference.

@ghost ghost added area-NativeAOT-coreclr community-contribution Indicates that the PR has been added by a community member labels Jul 20, 2023
@ghost

ghost commented Jul 20, 2023

Copy link
Copy Markdown

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

Issue Details

These allocation helpers have only been used by the downstream WASM target until recently, when we switched to using copies of them specialized for the shadow stack calling convention in dotnet/runtimelab#2320.

Since then, a couple bug fixes and changes have been made that the thinking is it makes sense to bring back to the portable code (dotnet/runtimelab#2342, dotnet/runtimelab#2345), so that it can still serve as a useful reference.

Author: SingleAccretion
Assignees: -
Labels:

community-contribution, area-NativeAOT-coreclr

Milestone: -

@SingleAccretion
SingleAccretion marked this pull request as ready for review July 20, 2023 22:47

@jkotas jkotas left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jkotas
jkotas merged commit 068e528 into dotnet:main Jul 21, 2023
@SingleAccretion
SingleAccretion deleted the Portable-Alloc-Help branch July 25, 2023 19:11
@ghost ghost locked as resolved and limited conversation to collaborators Aug 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-NativeAOT-coreclr community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants