log cbackend_c.rhope @ 171:a32afde77abb

age author description
Sun, 08 May 2011 18:36:33 -0700 Mike Pavone Remove some debug Print calls from compiler
Sun, 08 May 2011 18:21:19 -0700 Mike Pavone Inline calls to If@Boolean when static type info is present
Sun, 08 May 2011 01:37:44 -0700 Mike Pavone Basic inlining of arithmetic and comparison operations on integer types
Sun, 09 Jan 2011 22:51:10 -0500 Mike Pavone Move some C code out of cbackend_c.rhope into separate include files
Fri, 07 Jan 2011 03:17:20 -0500 Mike Pavone Fix some bugs involving calling a worker object
Tue, 21 Dec 2010 04:11:47 +0000 Mike Pavone Make memory leak detection controllable by a define
Sun, 05 Dec 2010 18:04:19 -0500 Mike Pavone Fix conflict between name of proviling variable and time function in C stdlib
Mon, 22 Nov 2010 01:15:02 -0500 Mike Pavone Sort of working port of framework. Transaction bug seems to be getting in the way. Going to work around, but want the old version in the repo so I can test later.
Sun, 21 Nov 2010 16:33:17 -0500 Mike Pavone Fix some bugs. Get basic network code working (epoll listener + accept connections). Start porting webserver.
Sat, 20 Nov 2010 17:48:22 -0500 Mike Pavone Fix Pause/Resume and rewrite Call Async in Rhope rather than C
Sat, 20 Nov 2010 20:03:25 +0000 Mike Pavone Untested addition of Pause/Resume
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