log cbackend_c.rhope @ 139:a68e6828d896

age author description
Fri, 19 Nov 2010 04:04:14 -0500 Mike Pavone Global stores and transactions are working. Definately leaks memory on retries. Probably a fair number of bugs to work out. However, a basic test program works.
Sun, 14 Nov 2010 23:07:55 -0500 Mike Pavone Javascript backend now produces working code for some simple examples, still more of the standard lib that needs to be ported.
Sun, 14 Nov 2010 03:09:49 -0500 Mike Pavone Javascript backend can now produce broken output. Needs fixes plus port of standard lib
Fri, 05 Nov 2010 02:40:51 +0000 Mike Pavone Port availability of type names at runtime to compiled compiler
Thu, 28 Oct 2010 21:05:24 -0400 Mike Pavone Add bitwise and and or
Thu, 21 Oct 2010 23:55:15 -0400 Mike Pavone Use List for Subsets instead of a Dictionary for performance reasons. Fix issue with List literals. Compiled compiler is now self-hosting.
Fri, 15 Oct 2010 00:55:02 -0400 Mike Pavone Merged changes from interpreted version of compiler to compiled version
Wed, 06 Oct 2010 23:47:26 +0000 Mike Pavone Hack to reduce overhead of Escape Rhope Name
Fri, 03 Sep 2010 08:11:51 -0400 Mike Pavone Broken attempt at perf opt
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, 02 Aug 2010 05:12:19 -0400 Mike Pavone Semi-broken cleanup of Array implementation
Mon, 02 Aug 2010 00:58:55 -0400 Mike Pavone Beginning of port of compiler to itself, some bugfixes and a refcount optimization