Displaying 3 results from an estimated 3 matches for "e51f6309".
2018 Jan 04
0
FYI, we've posted a component of Spectre mitigation on llvm-commits
> On Jan 4, 2018, at 04:23, Chandler Carruth via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Sending a note here as this seems likely to be of relatively broad interest.
It looks like this is producing code of the following form.
call next
loop:
pause
jmp loop
next:
mov [rsp], r11
ret
As I understand it, the busy loop is to cause the speculative execution to be trapped
2018 Jan 04
2
FYI, we've posted a component of Spectre mitigation on llvm-commits
..._____________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180104/e51f6309/attachment.html>
2018 Jan 04
6
FYI, we've posted a component of Spectre mitigation on llvm-commits
Sending a note here as this seems likely to be of relatively broad interest.
Thread:
http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20180101/513630.html
Review link:
https://reviews.llvm.org/D41723#
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180104/78682480/attachment.html>