Hacker News new | ask | show | jobs
by rurban 3173 days ago
There are a couple of compiler backends. The traditional Berkeley UPC to C translator is based on the Open64 compiler, then there are also integrated translators into GCC (this one), clang, and many others.

The generated C code can be further compiled with the system compiler, but with the integrated systems this is not needed.