7994d88dc84b

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 16 Jul 2016 01:35:05 +0000
parents 68e8bd7f08f4
children b04e55924efd
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Fri Jul 15 21:57:52 2016 +0000
+++ b/README.markdown	Sat Jul 16 01:35:05 2016 +0000
@@ -874,3 +874,7 @@
 
 * Removed the functor table from the WAM.  This is the first step toward making
   Bones GC-friendly.
+
+* Finished the Bones store split by splitting apart functor cells into functor
+  and arity cell pairs.  Now that I know this is going to work I'm excited for
+  what I can do with Prolog/Lisp interop in the future.