Mercurial > urweb
annotate CHANGELOG @ 523:612001c39ed6
Note optimizations in changelog
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 27 Nov 2008 13:43:15 -0500 |
parents | 65d8541c130b |
children | a6159d0940f0 |
rev | line source |
---|---|
adamc@506 | 1 ======== |
adamc@506 | 2 ======== |
adamc@506 | 3 |
adamc@506 | 4 - Optimization: Fusing page writes with calls to recursive functions |
adamc@523 | 5 - Optimization of bottleneck compiler phases |
adamc@506 | 6 |
adamc@504 | 7 ======== |
adamc@504 | 8 20081120 |
adamc@504 | 9 ======== |
adamc@504 | 10 |
adamc@504 | 11 - Fix bug that sometimes led to omission of initial "<html>" in pages |
adamc@504 | 12 - Take advantage of nested functions in some demos |
adamc@504 | 13 - "profile" option that may appear in .urp files, to enable gprof profiling |
adamc@504 | 14 - "-guided-demo" option that works like "-demo" but uses less screen space for prose |
adamc@504 | 15 |
adamc@467 | 16 ======== |
adamc@497 | 17 20081118 |
adamc@467 | 18 ======== |
adamc@467 | 19 |
adamc@467 | 20 - Nested function definitions |
adamc@467 | 21 - Primitive "time" type |
adamc@467 | 22 - Nullable SQL columns (via "option") |
adamc@467 | 23 - Cookies |
adamc@496 | 24 - Compiler: Specialization of functions to known arguments (especially of function type) |
adamc@467 | 25 |
adamc@435 | 26 ======== |
adamc@435 | 27 20081028 |
adamc@435 | 28 ======== |
adamc@435 | 29 |
adamc@435 | 30 - Add GCCARGS configure option |
adamc@435 | 31 |
adamc@433 | 32 ======== |
adamc@433 | 33 20081027 |
adamc@433 | 34 ======== |
adamc@433 | 35 |
adamc@433 | 36 - On missing inputs, print an error message, but don't exit the web server. |
adamc@434 | 37 - Remove need for "() <-" notation. |
adamc@433 | 38 |
adamc@433 | 39 ======== |
adamc@433 | 40 20081026 |
adamc@433 | 41 ======== |
adamc@433 | 42 |
adamc@433 | 43 - Change 'sed' call to work on OSX. |
adamc@433 | 44 - Avoid including or linking libpq files on apps that don't use SQL. |