Live data from Hacker News

LLVM patch to fix half of Spectre attack

reviews.llvm.org

1–10 of 248 posts

Re: LLVM patch to fix half of Spectre attack

#9

It's noted in the patch that one would have to recompile linked libraries, which seems impractical, unless a distro decides to build everything with this flag.

Not just linked binaries, also the whole underlying OS, and, critically, the compiler itself. Otherwise you could replace the 'proofed' construct with one that is not proofed against the bug.
Post reply on HN