log runtime/func.h @ 139:a68e6828d896

age author description
Fri, 05 Nov 2010 02:41:34 +0000 Mike Pavone Print type name in error message for a missing method
Wed, 13 Oct 2010 02:51:56 -0400 Mike Pavone Improved profiling
Fri, 03 Sep 2010 08:11:51 -0400 Mike Pavone Broken attempt at perf opt
Tue, 24 Aug 2010 23:22:17 -0400 Mike Pavone Various compiler improvements
Mon, 09 Aug 2010 23:53:20 -0400 Mike Pavone Fixed some bugs that were preventing compiled compiler from working correctly. Need to address memory usage
Mon, 09 Aug 2010 02:03:57 -0400 Mike Pavone Broken port of parser to compiler
Fri, 30 Jul 2010 23:49:19 +0000 Mike Pavone Make dispatch type selectable between replicated switch and computed goto
Tue, 06 Jul 2010 07:52:59 -0400 Mike Pavone Partially working implementation of List. Modified build scripts to allow use of other compilers. Fixed some bugs involving method implementations on different types returning different numbers of outputs. Added Fold to the 'builtins' in the comipler.
Thu, 01 Jul 2010 21:32:08 -0400 Mike Pavone Add support for Worker type
Fri, 18 Jun 2010 15:07:09 -0400 Mike Pavone Add Int32@String and Get Char. Fix stack bug
Sun, 06 Jun 2010 20:29:10 -0400 Mike Pavone New variant of C backend works now
Tue, 01 Jun 2010 01:13:54 -0400 Mike Pavone Handle native Rhope functions and plain C functions separately as part of move to new C strategy
Wed, 05 May 2010 22:12:23 -0400 Mike Pavone Merged latest changes with better C branch
Thu, 08 Oct 2009 23:16:26 -0400 Mike Pavone Added macro for tail calls with new C strategy
Thu, 08 Oct 2009 22:54:30 -0400 Mike Pavone Use replicated switch statement for returns and late-bound calls