Christian Schwarz
problame.bsky.social
Christian Schwarz
@problame.bsky.social
Storage @ neon.tech / Databricks Lakebase
OpenZFS & zrepl.github.io
cschwarz.com
And I just received this amazing swag drop in the mail: that beanie is going for a morning run right away!
October 2, 2025 at 8:56 AM
Ok, that clarifies your original post for me, thanks!
January 18, 2025 at 8:33 PM
So in terms of possible optimizations unlocked by explicit synchronization points, you’d say Rust today already exploits all of them? IIUC most of the Rust compiler and LLVM doesn’t understand the “meaning” of Poll::Pending, right? I’m interested in whether new optimizations were unlocked if it did.
January 18, 2025 at 6:01 PM
Ok, so, expressivity in the typesystem, maybe reasoning about deadlock-freedom, etc.

Any foreseeable advantages wrt low level optimizations? Like, can I optimize the code *between* the synchronization points better if I know them at the type system level at compile time?
January 18, 2025 at 3:06 PM
What improvements are unlocked in PL and compilers by marking synchronization points? Not doubting your point, just wondering what the broader context of the post is.
January 18, 2025 at 2:52 PM