log runtime/object.h @ 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, 09 Jan 2011 23:03:30 -0500 Mike Pavone Add Raw Size method to blueprint to allow code to query the raw size of a type in bytes
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.
Wed, 13 Oct 2010 02:51:56 -0400 Mike Pavone Improved profiling
Tue, 24 Aug 2010 23:22:17 -0400 Mike Pavone Various compiler improvements
Sat, 31 Jul 2010 00:19:15 -0400 Mike Pavone Fix memory leak and bug that was preventing First@Dictionary from working properly
Fri, 30 Jul 2010 01:48:59 -0400 Mike Pavone Add First@Dictionary (need to find mem man bug)
Fri, 18 Jun 2010 15:07:09 -0400 Mike Pavone Add Int32@String and Get Char. Fix stack bug
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
Sat, 10 Oct 2009 16:43:37 -0400 Mike Pavone merge
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
Thu, 08 Apr 2010 01:02:18 -0400 Mike Pavone Added initial FFI implementation, Array type and 64-bit integers
Tue, 13 Oct 2009 00:07:34 -0400 Mike Pavone Fields can now be defined to have naked primitive types
Sat, 10 Oct 2009 16:40:50 -0400 Mike Pavone Added faster allocator for small objects
Fri, 09 Oct 2009 01:01:26 -0400 Mike Pavone Started adding support for naked values in user defined objects
Sat, 03 Oct 2009 03:18:15 -0400 Mike Pavone User defined types work in the compiler now
Wed, 30 Sep 2009 01:25:03 -0400 Mike Pavone More work on supporting user defined types in the C backend
Mon, 28 Sep 2009 19:42:33 -0400 Mike Pavone Compiler now works for some simple programs
Mon, 25 May 2009 23:34:36 -0400 Mike Pavone Finished fib test and did some small work on the c backend
Sat, 16 May 2009 23:24:24 -0400 Mike Pavone Changes to calldata struct for stack unwind
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