From 81a976da15c215215f6fd9ab718bb72ea63eaf50 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 29 Sep 2020 12:16:24 -0400 Subject: [PATCH] Updated Spectre (markdown) --- Spectre.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Spectre.md b/Spectre.md index dd5c787c..8db35d61 100644 --- a/Spectre.md +++ b/Spectre.md @@ -22,6 +22,10 @@ To build a program with both mitigations (and any future mitigations) enabled in go build -gcflags=all=-spectre=all -asmflags=all=-spectre=all program +## Acknowledgements + +Thanks to Andrea Mambretti _et al_ for sharing their paper (linked below) ahead of publication. And thanks to them, Chandler Carruth, and Paul Turner for helpful discussions. + ## References “[Spectre Attacks: Exploiting Speculative Execution](https://spectreattack.com/spectre.pdf)”\