-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Replace ReadFile/WriteFile usages with stdio #116203
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
Conversation
AaronRobinsonMSFT
left a comment
There was a problem hiding this 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!
|
/azp run runtime-coreclr ilasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
d31030c to
6553e8c
Compare
|
@huoyaoyuan I think the ILAsm outer loop has related failures. |
|
I don't think the failure looks related. All the failures are on ARM64, about Sve2.ShiftArithmeticSaturate. It looks like #121659. |
jkotas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
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.