log runtime/func.h @ 66:d4b44ae2e34a

age author description
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
Thu, 08 Oct 2009 03:03:48 -0400 Mike Pavone Some small optimizations
Thu, 08 Oct 2009 02:12:25 -0400 Mike Pavone Avoid unnecessary nested switch
Thu, 08 Oct 2009 01:52:38 -0400 Mike Pavone Initial experiment with goto and switch
Thu, 29 Apr 2010 04:32:54 +0000 Mike Pavone Cleaned up some C warnings and added a simple compile script
Tue, 02 Mar 2010 00:18:49 -0500 Mike Pavone Fixed some bugs introduced in previous commit and moved definition of integer methods out of runtime and into the compiler
Wed, 30 Sep 2009 23:55:04 -0400 Mike Pavone C backend portion of supporting user defined types is done, but untested. Parser/NWorker still need a fair bit of work
Mon, 25 May 2009 23:34:36 -0400 Mike Pavone Finished fib test and did some small work on the c backend
Tue, 19 May 2009 23:29:55 -0400 Mike Pavone Stack unwind is so close I can almost taste it
Sat, 16 May 2009 23:22:45 -0400 Mike Pavone Limit stack use in Int32 in prep for stack unwind changes
Wed, 13 May 2009 23:37:19 -0400 Mike Pavone Improved helper macros and added separate Rhope stack in runtime
Wed, 13 May 2009 00:47:40 -0400 Mike Pavone Added current work on new runtime