Subject: CVS commit: pkgsrc/lang/pcc
To: None <pkgsrc-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 09/15/2007 09:43:32
Module Name: pkgsrc
Committed By: agc
Date: Sat Sep 15 09:43:32 UTC 2007
Update of /cvsroot/pkgsrc/lang/pcc
In directory ivanova.netbsd.org:/tmp/cvs-serv3596
Log Message:
Initial import of ragge's version of pcc, version 0.9.8. This is the
latest version of the portable C compiler.
The compiler is based on the original Portable C Compiler by S. C.
Johnson, written in the late 70's. Even though much of the compiler
has been rewritten, some of the basics still remain.
The intention is to write a C99 compiler while still keeping it small,
simple, fast and understandable. I think of it as if it shall be able
to compile and run on PDP11 (even if it may not happen in reality).
But with this in mind it becomes important to think twice about what
algorithms are used.
The compiler is conceptually structured in two parts; pass1 which is
language-dependent, does parsing, typechecking and build trees, and
pass2 which is mostly language-independent.
About 50% of the frontend code and 80% of the backend code has been
rewritten. Most stuff is written by me, with the exception of the
data-flow analysis part and the SSA conversion code which is written
by Peter A Jonsson, and the Mips port that were written as part of a
project by undergraduate students at LTU.
As discussed at great length at EuroBSDcon 2007.
Vendor Tag: TNF
Release Tags: pkgsrc-base
N pkgsrc/lang/pcc/Makefile
N pkgsrc/lang/pcc/DESCR
N pkgsrc/lang/pcc/PLIST
N pkgsrc/lang/pcc/distinfo
No conflicts created by this import