log

age author description
Sun, 12 Jun 2011 03:49:51 -0700 Mike Pavone Get bytecode engine working well enough for naive fib
Wed, 08 Jun 2011 23:24:29 -0700 Mike Pavone Add bytecode interpreter
Wed, 08 Jun 2011 23:24:15 -0700 Mike Pavone Use worker refs for geninterp
Thu, 19 May 2011 23:30:07 -0700 Mike Pavone Start work on interpreter
Tue, 17 May 2011 23:17:42 -0700 Mike Pavone Syntactic sugar for calling a value
Sun, 15 May 2011 23:31:58 -0700 Mike Pavone Fix some bugs related to inlining
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, 01 May 2011 18:41:17 -0700 Mike Pavone Fix type of list constants in inference pass and return type of some Array related workers
Mon, 04 Apr 2011 01:41:19 -0400 Mike Pavone Some type inference fixes and make method calls into regular calls when first arg type is known at compile time
Thu, 10 Mar 2011 04:16:38 +0000 Mike Pavone Merge
Thu, 10 Mar 2011 04:15:37 +0000 Mike Pavone Fix a couple of issues in networking lib
Mon, 10 Jan 2011 00:25:35 -0500 Mike Pavone Allow sending and receiving arrays of arbitrary objects rather than just UInt8s
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
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:19:26 -0500 Mike Pavone Merge
Fri, 07 Jan 2011 03:18:33 -0500 Mike Pavone Optimize _Partition@Pattern using a byte iterator
Fri, 07 Jan 2011 03:17:20 -0500 Mike Pavone Fix some bugs involving calling a worker object
Thu, 23 Dec 2010 16:16:31 -0500 Mike Pavone Small tweak to String Cat balance
Thu, 23 Dec 2010 15:48:19 -0500 Mike Pavone Small change to make String Cat trees a little more balanced
Thu, 23 Dec 2010 02:00:27 +0000 Mike Pavone Add Substring method to string and improve performance of Partition
Tue, 21 Dec 2010 04:12:11 +0000 Mike Pavone Small fix to binary trees benchmark
Tue, 21 Dec 2010 04:11:47 +0000 Mike Pavone Make memory leak detection controllable by a define
Tue, 21 Dec 2010 04:11:29 +0000 Mike Pavone Small performance optimization in string lib
Sun, 05 Dec 2010 18:04:54 -0500 Mike Pavone Add support for opening a new TCP connection and fix bug in Read Delim
Sun, 05 Dec 2010 18:04:19 -0500 Mike Pavone Fix conflict between name of proviling variable and time function in C stdlib
Wed, 24 Nov 2010 02:28:01 +0000 Mike Pavone Add Previous method to List
Mon, 22 Nov 2010 20:38:03 +0000 Mike Pavone Fix file not found handling
Mon, 22 Nov 2010 01:37:05 -0500 Mike Pavone Fixed framework port, works for said.rhope example
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 22:47:14 -0500 Mike Pavone Finished porting webserver
Sun, 21 Nov 2010 22:08:17 -0500 Mike Pavone Add incredibly ugly implementation of Read Delim to TCP Connection
Sun, 21 Nov 2010 18:21:45 -0500 Mike Pavone Add Read method to TCP connection
Sun, 21 Nov 2010 17:10:49 -0500 Mike Pavone Add TCP Connection type and implement Write and Close methods
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.
Tue, 16 Nov 2010 21:53:18 -0500 Mike Pavone First stab at transaction data structures, needs work
Wed, 17 Nov 2010 02:07:10 +0000 Mike Pavone Fix selection of default backend in compiler. Small tweak to compile script
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
Wed, 10 Nov 2010 22:29:49 -0500 Mike Pavone More work on new parser
Wed, 10 Nov 2010 22:29:33 -0500 Mike Pavone Start work on Javascript backend
Fri, 05 Nov 2010 01:23:25 -0400 Mike Pavone Some work on expression parsing in new parser
Fri, 05 Nov 2010 02:43:34 +0000 Mike Pavone Modify lexer and new parser to work in compiler
Fri, 05 Nov 2010 02:42:45 +0000 Mike Pavone Add String method to List
Fri, 05 Nov 2010 02:42:18 +0000 Mike Pavone Improve Dictionary pretty printing slightly
Fri, 05 Nov 2010 02:41:34 +0000 Mike Pavone Print type name in error message for a missing method
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:39:17 -0400 Mike Pavone Simplify and speed up List by removing support for sparse Lists
Thu, 28 Oct 2010 21:07:03 -0400 Mike Pavone Update compilation scripts
Thu, 28 Oct 2010 21:05:50 -0400 Mike Pavone Add support for Int32 as Dictionary key
Thu, 28 Oct 2010 21:05:24 -0400 Mike Pavone Add bitwise and and or
Thu, 28 Oct 2010 21:04:44 -0400 Mike Pavone Improve comparison performance by using a constant rather than building a new result object each time
Thu, 28 Oct 2010 21:04:12 -0400 Mike Pavone Fixed memory leak when an output is only attached to a single null input
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.
Mon, 18 Oct 2010 00:50:18 -0400 Mike Pavone Improved memory debug output and fixed memory leak in Array
Fri, 15 Oct 2010 00:55:02 -0400 Mike Pavone Merged changes from interpreted version of compiler to compiled version