Frontend
[$] Fixing the TCMalloc regression with RSEQ operations
corbet LWN.net
8 views
The restartable sequences feature is one of
the stranger corners of the kernel's user-space interface; it provides a
way for user space to carry out simple lockless operations and be informed
if it is preempted over the course of an operation (and must, thus,
restart). Work merged in the 6.19 release to improve the performance of restartable
sequences broke the TCMalloc allocator,
which was relying on an undocumented (and unintended) kernel behavior.
Now, Olivier Dion is proposing an
addition to the restartable-sequences API that will bring TCMalloc back
into the fold; it does not make the restartable-sequences API any less
strange, though.
Read original: https://lwn.net/Articles/1092555/
← Previous
From Prompt to Paycheck: Wiring an LLM Chain Into Real Gig Platforms
Next →
Opacity within variables, and how it affects a shadcn design system token implementation
Related
Zero-Budget Web Dev: Moving from Discord/Drive to Google Sites
Frontend
2
DEV Community
My adaptive memory stayed empty in production, and it wasn't a bug
Frontend
2
DEV Community
MV3 Chrome Extensions — Everything That Broke and How I Fixed It
Frontend
3
Dev.to (EN Zone)
Authentication APIs Explained: Template-Owned US/EU Login OTP with SMS and Email Fallback
Frontend
6
Dev.to (EN Zone)
Comments0
No comments yet — be the first