-
Notifications
You must be signed in to change notification settings - Fork 185
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
Use vDSO on Linux 6.11 #503
Comments
I think this would be good to have opt-in for a while, while the DSO feature is being tested in the real world. |
This may be interesting in the context of #424, but otherwise I think we should just use |
Closing in favor of #508 and bytecodealliance/rustix#1185. |
newpavlov
added a commit
that referenced
this issue
Oct 16, 2024
Use of `libc::getrandom` will automatically give us optimizations like vDSO (#503) and can help with testing of fallback logic (#289). It was also requested in #285. In that discussion we decided against using this approach, but in the light of the vDSO optimization it may be worth to reconsider it. In `linux_android_with_fallback` use of `libc::syscall` is replaced by `dlsym`-based code similar to what we use in the `netbsd` backend.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See golang/go#69577
The text was updated successfully, but these errors were encountered: