Announcement

Collapse
No announcement yet.

The Portable C Compiler (PCC) Continues To Be Developed In 2016

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

  • The Portable C Compiler (PCC) Continues To Be Developed In 2016

    Phoronix: The Portable C Compiler (PCC) Continues To Be Developed In 2016

    When it comes to open-source C/C++ compilers, most of the coverage these days is about new features and functionality for GCC and LLVM Clang. However, the Portable C Compiler with its history originally dating back to the 1970s continues to be in-development...

    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
    C is already portable so what makes that particular compiler "portable"?

    Never mind, it started in the 70's.
    Last edited by Shimon; 18 January 2016, 06:48 AM.

    Comment


    • #3
      With both clang and gcc using C++, this might be slightly more portable, but probably not by much. You still need to write a target first, and port whatever system libraries it uses.

      Comment

      Working...
      X