-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[libc][WIP] try to make sysconf work #74166
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
As said on Discord
I understand the value of incremental updates, but the loader probably needs a rewrite to be mostly arch-neutral to avoid (a) wasted engineering efforts on duplicating code for aarch64/x86_64/riscv (b) wasted engineering efforts on whether a Before the rewrite, we could add incremental features, but if people get used to the behavior, it would probably be harder to rewrite the loader. |
Hi, The major change involves the implementation of
I do not feel like caching the value in If this proposal works, I would split the PR into several parts:
|
@nickdesaulniers I have no objections. Though I was confused by the wrong |
It's ok, we'll get it cleaned up. Does that plan I outlined above seem agreeable? Do you @SchrodingerZhu want to send a PR with the reverts or shall I? |
ah #74355 |
I think so. 👌🏻 |
No description provided.