←back to thread

Shutting Down Clear Linux OS

(community.clearlinux.org)
125 points todsacerdoti | 1 comments | | HN request time: 0.217s | source
Show context
etaioinshrdlu ◴[] No.44611376[source]
What optimizations did they do that had the biggest effect? can they be brought into the mainline linux kernel and distros?
replies(2): >>44611470 #>>44611805 #
1. ethan_smith ◴[] No.44611805[source]
Clear Linux's performance came primarily from function multi-versioning (CPU-specific optimizations at runtime), aggressive compiler flags (-O3, LTO, AutoFDO), kernel tweaks, and a stateless design that minimized I/O overhead.