Announcement

Collapse
No announcement yet.

LLVM Offers New Clang With SAFECode Technology

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • LLVM Offers New Clang With SAFECode Technology

    Phoronix: LLVM Offers New Clang With SAFECode Technology

    The Low-Level Virtual Machine (LLVM) developers have released a new version of their Clang C/C++ compiler. What's new to this Clang release, which comes months after the 2.9 release of LLVM and Clang, is that it integrates SAFECode Technology. SAFECode provides memory safety checking, which LLVM developers designed to be superior to Valgrind -- the tool commonly used by open-source developers for running memory checks on their code...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    That's awesome. There's a sore need for proper pointer debugging tools on linux. Valgrind is just too slow and mudflap doesn't work with DSOs.
    Last edited by AnonymousCoward; 18 August 2011, 02:33 PM.

    Comment


    • #3
      This is a misunderstanding. SAFECode is a project building on LLVM/Clang, not part of the mainline. If you go to the Clang site, you won't find a new release to download, and in the near future, stock Clang won't support the -safecode switch. You have to download the Clang build from the SAFECode project.

      Comment

      Working...
      X