-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add back preadv2
optimization for try_acquire
on Linux
#90
base: main
Are you sure you want to change the base?
Add back preadv2
optimization for try_acquire
on Linux
#90
Commits on Apr 22, 2024
-
Add back
preadv2
optimization fortry_acquire
on LinuxSigned-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for c65cd8e - Browse repository at this point
Copy the full SHA c65cd8eView commit details -
SFix compilation on musl: Vendor
RWF_NOWAIT
constantSigned-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for f34c2bc - Browse repository at this point
Copy the full SHA f34c2bcView commit details -
Enable
preadv2
optimization on androidSigned-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 0d6baba - Browse repository at this point
Copy the full SHA 0d6babaView commit details
Commits on Apr 25, 2024
-
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for dd0f271 - Browse repository at this point
Copy the full SHA dd0f271View commit details -
Fix
preadv2
implementation for x86_64 x32Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 6ad33aa - Browse repository at this point
Copy the full SHA 6ad33aaView commit details -
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 5602ef7 - Browse repository at this point
Copy the full SHA 5602ef7View commit details -
Hardcode more values in
preadv2
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 5cf22b5 - Browse repository at this point
Copy the full SHA 5cf22b5View commit details -
Co-authored-by: Jubilee Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 686fe22 - Browse repository at this point
Copy the full SHA 686fe22View commit details -
Fix type of
offset
passed topreadv2
syscall on x64Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 181591c - Browse repository at this point
Copy the full SHA 181591cView commit details -
Mark
preadv2
a safe function to callSigned-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 9087cbe - Browse repository at this point
Copy the full SHA 9087cbeView commit details
Commits on Apr 29, 2024
-
Refactor: Introduce variable
offset
to avoid hard-coded constantsSigned-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 804310f - Browse repository at this point
Copy the full SHA 804310fView commit details -
Refactor: Use
cfg!
instead of#[cfg]
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 60cac97 - Browse repository at this point
Copy the full SHA 60cac97View commit details