log runtime/context.c @ 186:ba35ab624ec2

age author description
Fri, 07 Oct 2011 00:10:02 -0700 Mike Pavone Add support for raw C function output from C backend as well as an option to use Boehm-GC instead of reference counting
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.
Mon, 07 Jun 2010 01:15:16 -0400 Mike Pavone Some small optimizations
Sun, 06 Jun 2010 20:29:10 -0400 Mike Pavone New variant of C backend works now
Wed, 05 May 2010 22:12:23 -0400 Mike Pavone Merged latest changes with better C branch
Thu, 08 Oct 2009 01:52:38 -0400 Mike Pavone Initial experiment with goto and switch
Wed, 28 Apr 2010 01:23:30 -0400 Mike Pavone String literals almost working. Print moved out of C runtime.
Mon, 05 Oct 2009 23:12:43 -0400 Mike Pavone Added support for type declarations on user defined workers and added a few more methods to Int32 in the runtime for the C backend
Mon, 25 May 2009 23:34:36 -0400 Mike Pavone Finished fib test and did some small work on the c backend
Wed, 13 May 2009 23:37:19 -0400 Mike Pavone Improved helper macros and added separate Rhope stack in runtime