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

[NativeAOT-LLVM] Don't use mmap in the frozen object manager and enable writeable data #2492

Merged
merged 2 commits into from
Jan 23, 2024

Conversation

SingleAccretion
Copy link

Fixes #2476.
Fixes #2477.

The latter part part of this change will be upstreamed.

@SingleAccretion SingleAccretion marked this pull request as ready for review January 21, 2024 21:31
@SingleAccretion
Copy link
Author

@dotnet/nativeaot-llvm

@jkotas jkotas added the area-NativeAOT-LLVM LLVM generation for Native AOT compilation (including Web Assembly) label Jan 22, 2024
Copy link
Contributor

@yowl yowl left a comment

Choose a reason for hiding this comment

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

Thanks!

{
if (node is StackTraceMethodMappingNode)
{
// Stack trace metadata uses relative pointers, but is currently unused.
Copy link
Member

Choose a reason for hiding this comment

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

Do we have an issue about deleting it or making it work?

Copy link
Author

Choose a reason for hiding this comment

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

Yep - this is #2404.

@jkotas jkotas merged commit 6ae06f2 into dotnet:feature/NativeAOT-LLVM Jan 23, 2024
11 checks passed
@SingleAccretion SingleAccretion deleted the EETypes branch February 8, 2024 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-NativeAOT-LLVM LLVM generation for Native AOT compilation (including Web Assembly)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants