aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorMahesh-Attarde <145317060+mahesh-attarde@users.noreply.github.com>2024-07-08 06:11:21 -0700
committerGitHub <noreply@github.com>2024-07-08 14:11:21 +0100
commit854bbc50fc99ddf71c4c65193e06eb79ce1ef69f (patch)
treead033677cda335b92a800b43b27a29b2891e471b /clang/www
parent2f2b931e1296aebe6c03fd969363683b637973e5 (diff)
downloadllvm-854bbc50fc99ddf71c4c65193e06eb79ce1ef69f.zip
llvm-854bbc50fc99ddf71c4c65193e06eb79ce1ef69f.tar.gz
llvm-854bbc50fc99ddf71c4c65193e06eb79ce1ef69f.tar.bz2
[X86][CodeGen] security check cookie execute only when needed (#95904)
For windows __security_check_cookie call gets call everytime function is return without fixup. Since this function is defined in runtime library, it incures cost of call in dll which simply does comparison and returns most time. With Fixup, We selective move to call in DLL only if comparison fails.
Diffstat (limited to 'clang/www')
0 files changed, 0 insertions, 0 deletions