Skip to content
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

[GR-17457] Optimize rb_wait_for_single_fd() to call poll(2) more directly #3376

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

graalvmbot
Copy link
Collaborator

No description provided.

* IO.select also uses poll() on TruffleRuby but requires
  extra processing on the arguments, extra allocations, etc.
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 10, 2024
@graalvmbot graalvmbot closed this Jan 12, 2024
@graalvmbot graalvmbot merged commit f34ca0c into master Jan 12, 2024
13 of 14 checks passed
@graalvmbot graalvmbot deleted the bd/optimize-rb_wait_for_single_fd branch January 12, 2024 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants