annotate demo/more/versioned1.urp @ 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 10114d7b7477
children 5b2c7b9f6017
rev   line source
adamc@993 1 debug
adamc@993 2 library versioned
adamc@993 3 database dbname=test
adamc@993 4 sql versioned1.sql
adamc@993 5
adamc@993 6 versioned1