Mercurial > urweb
log src/mono_reduce.sml
age | author | description |
---|---|---|
Fri, 06 Mar 2015 09:46:21 -0500 | Adam Chlipala | Change MonoReduce to do fixed-pointing, since it sometimes enables more optimizations for itself (e.g., yanking lambdas out of [case]s) |
Sun, 01 Feb 2015 12:29:14 -0500 | Adam Chlipala | A new MonoReduce optimization for lifting 'let' out of field projection; JavaScript compilation for exponentiation |
Thu, 04 Dec 2014 02:47:24 -0500 | Adam Chlipala | More aggressive inlining of 'let' with record literals, plus some changes to Monoization of queries, to make inlining more common |