We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After a bit of investigation, it seems the following are mitigations that could be worthwhile to briefly discuss in the book:
The text was updated successfully, but these errors were encountered:
FWIW, the following may be of relevance, https://github.com/MattPD/cpplinks/blob/master/comparch.micro.channels.md#defense-branch-predictor (and, for the broader context, https://github.com/MattPD/cpplinks/blob/master/comparch.micro.channels.md#branch-predictor)
Sorry, something went wrong.
Thank you for those pointers, that is very useful! I think/hope I've already read most of the publications pointed to in there, but will check.
@all-contributors please add @MattPD for bug, review
@kbeyls
I couldn't determine any contributions to add, did you specify any contributions? Please make sure to use valid contribution names.
I've put up a pull request to add @MattPD! 🎉
No branches or pull requests
After a bit of investigation, it seems the following are mitigations that could be worthwhile to briefly discuss in the book:
on secret data. algorithmically or through if-conversion.
Zigzagger, see [@lee2017].
The text was updated successfully, but these errors were encountered: