Skip to content

Conversation

rauhul
Copy link
Member

@rauhul rauhul commented Mar 7, 2025

Swift NIO 2.80.0 contains a workaround for a miscompile which causes swiftly to hang. Specifically code like @usableFromInline let _free: @convention(c) [...] = { free($0) } miscompiles into a CPU spin loop on some builds of swift.

Swift NIO 2.80.0 contains a workaround for a miscompile which causes
swiftly to hang. Specifically code like `@usableFromInline let _free:
@convention(c) [...] = { free($0) }` miscompiles into a CPU spin loop on
some builds of `swift`.
@rauhul rauhul force-pushed the rauhul/update-nio branch from 1a491ab to f01f4f9 Compare March 7, 2025 18:02
@rauhul rauhul changed the title Updates Swift NIO dependency Update Swift NIO dependency Mar 7, 2025
@cmcgee1024
Copy link
Member

@swift-ci test macOS

@cmcgee1024 cmcgee1024 merged commit e317bf4 into swiftlang:release/1.0 Mar 7, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants