annotate src/prefix.mlb @ 1431:4a6f84092399

Represent 'unit' as C 'int'; change pattern match compilation to avoid 'goto'; change Postgres prepared statement compilation to make life easier for the GCC escape analysis; all this in support of better tail call optimization
author Adam Chlipala <adam@chlipala.net>
date Thu, 10 Mar 2011 18:51:15 -0500
parents 5368deb3764b
children
rev   line source
adamc@791 1 local
adamc@791 2 $(SML_LIB)/basis/basis.mlb
adamc@791 3 $(SML_LIB)/smlnj-lib/Util/smlnj-lib.mlb
adamc@791 4 $(SML_LIB)/mlyacc-lib/mlyacc-lib.mlb
adamc@791 5 $(SML_LIB)/smlnj-lib/PP/pp-lib.mlb
adamc@791 6 in
adamc@0 7