log runtime/integer.c @ 135:18a4403fe576

age author description
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
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
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
Wed, 27 May 2009 04:49:32 -0400 Mike Pavone C backend working well enough to generate Fib test
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