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 runtime PAL cleanup #91831

Merged
merged 1 commit into from
Sep 11, 2023
Merged

NativeAOT runtime PAL cleanup #91831

merged 1 commit into from
Sep 11, 2023

Conversation

jkotas
Copy link
Member

@jkotas jkotas commented Sep 9, 2023

  • Enable printing of assert messages on Unix and delete NO_UI_ASSERT define
  • Delete MessageBox-based assert dialog. We have dropped it on CoreCLR some time ago too
  • Simplify implementation of PalVirtualAlloc to just what is needed
  • Add missing implementation of PalVirtualFree
  • Delete a few other unused methods

@ghost
Copy link

ghost commented Sep 9, 2023

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

Issue Details
  • Enable printing of assert messages on Unix and delete NO_UI_ASSERT define
  • Delete MessageBox-based assert dialog. We have dropped it on CoreCLR some time ago too
  • Simplify implementation of PalVirtualAlloc to just what is needed
  • Add missing implementation of PalVirtualFree
  • Delete a few other unused methods
Author: jkotas
Assignees: jkotas
Labels:

area-NativeAOT-coreclr

Milestone: -

@jkotas jkotas force-pushed the asserts branch 2 times, most recently from 8853257 to 89a3736 Compare September 9, 2023 06:35
- Enable printing of assert messages on Unix and delete NO_UI_ASSERT define
- Delete MessageBox-based assert dialog. We have dropped it on CoreCLR some time ago too
- Simplify implementation of PalVirtualAlloc to just what is needed
- Add missing implementation of PalVirtualFree
- Delete a few other unused methods
@jkotas
Copy link
Member Author

jkotas commented Sep 9, 2023

/azp run runtime-extra-platforms

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jkotas jkotas merged commit e21a975 into dotnet:main Sep 11, 2023
152 of 168 checks passed
@jkotas jkotas deleted the asserts branch September 11, 2023 15:29
@ghost ghost locked as resolved and limited conversation to collaborators Oct 11, 2023
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.

2 participants