[PATCH] D20346: [stack-protection] Add support for MSVC buffer security check

Etienne Bergeron via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 10:38:03 PDT 2016


etienneb added a comment.

More metrics for Clang and MSVC on a chromium build.
LLVM heurisitic is producing more than 3x candidates to stack protection than MSVC compiler.

  Clang
      Size    Relocs
   1,107,456   1,128
  49,414,144  65,208
  59,433,984  72,722



  MSVC
      Size    Relocs
   1,139,200     682
  44,576,768  26,336
  52,203,008  13,954


http://reviews.llvm.org/D20346





More information about the llvm-commits mailing list