Displaying 2 results from an estimated 2 matches for "milsegv".
Did you mean:
mailserv
2020 Apr 23
3
[cfe-dev] More verbose -mspeculative-load-hardening
...code
instrumented by SLH. It really tries to be comprehensive and to avoid
missing anything even when that means protecting things that can't
realistically be used for a Spectre v1 gadget.
Zola Bridges
On Thu, Apr 23, 2020 at 12:59 PM Zola Bridges <zbrid at google.com> wrote:
> Hi milsegv,
>
> I work on SLH. I haven't thought about the feature you'd like to see. It
> sounds pretty interesting. What would you like to use it for? Are you
> trying to learn more about how SLH works or are you hoping to use this
> feature for your project? I'm also interested i...
2020 Apr 22
3
[cfe-dev] More verbose -mspeculative-load-hardening
Hi
I think llvm-dev list (CC'ed) have more visibility in this.
On Wed, 22 Apr 2020 at 22:18, milsegv via cfe-dev <cfe-dev at lists.llvm.org>
wrote:
> Hello everyone,
>
> It may not be the best place to ask this but I found nothing on the
> internet about it.
> I'm working on Spectre V1 detection and stumbled upon the mitigation
> provided by clang, the "-mspeculat...