Skip to content

Conversation

@huoyaoyuan
Copy link
Member

Replaces the majority of ReadFile/WriteFile instances with stdio, and fstream for some superpmi cases.
Remaining instances are StgIO and superpmi/fileio, which uses the same file handles for memory map.

This PR aims to remove as much ReadFile/WriteFile instances with as little change. Opening earlier for some questions.

@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jun 2, 2025
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Jun 2, 2025
@huoyaoyuan huoyaoyuan added area-PAL-coreclr and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Jun 2, 2025
Copy link
Member

@AaronRobinsonMSFT AaronRobinsonMSFT left a comment

Choose a reason for hiding this comment

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

As soon as the CI is green, I'm good.

Thank you!

@jkotas
Copy link
Member

jkotas commented Nov 13, 2025

/azp run runtime-coreclr ilasm

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@AaronRobinsonMSFT
Copy link
Member

@huoyaoyuan I think the ILAsm outer loop has related failures.

@huoyaoyuan
Copy link
Member Author

I don't think the failure looks related. All the failures are on ARM64, about Sve2.ShiftArithmeticSaturate. It looks like #121659.

Copy link
Member

@jkotas jkotas left a comment

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 1718933 into dotnet:main Nov 18, 2025
109 of 115 checks passed
@huoyaoyuan huoyaoyuan deleted the pal/stdio branch November 18, 2025 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-PAL-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.

6 participants