Skip to content

Hardcode platform list in short-read optimization#6668

Merged
Darksonn merged 2 commits intomasterfrom
alice/platform-hardcode-mio
Jul 2, 2024
Merged

Hardcode platform list in short-read optimization#6668
Darksonn merged 2 commits intomasterfrom
alice/platform-hardcode-mio

Conversation

@Darksonn
Copy link
Copy Markdown
Member

Closes: #5866

@Darksonn Darksonn added A-tokio Area: The main tokio crate M-io Module: tokio/io labels Jun 30, 2024
@Darksonn Darksonn requested a review from Thomasdezeeuw June 30, 2024 11:39
Copy link
Copy Markdown
Contributor

@Thomasdezeeuw Thomasdezeeuw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not a 100% certain about non-Darwin based kqueue platforms, i.e. the *BSDs, but since it's fairly standard Unix behaviour I assume it works.

@Darksonn
Copy link
Copy Markdown
Member Author

Darksonn commented Jul 2, 2024

We're applying the optimization for those today and nobody has complained, so I will assume it works. If it doesn't, then someone can file a bug.

@Darksonn Darksonn enabled auto-merge (squash) July 2, 2024 20:24
@Darksonn Darksonn merged commit b2e4c5f into master Jul 2, 2024
@Darksonn Darksonn deleted the alice/platform-hardcode-mio branch July 2, 2024 20:25
This was referenced Jul 22, 2024
@rneswold
Copy link
Copy Markdown

We're applying the optimization for those today and nobody has complained, so I will assume it works. If it doesn't, then someone can file a bug.

I use tokio on NetBSD/aarch64. If this causes a problem, I'll file a report.

@Thomasdezeeuw
Copy link
Copy Markdown
Contributor

I use tokio on NetBSD/aarch64. If this causes a problem, I'll file a report.

Can you ping me in the issue @rneswold?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-tokio Area: The main tokio crate M-io Module: tokio/io

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Possibly fragile coordination between mio and tokio for Windows event-triggered simulation

3 participants