# HG changeset patch # User Steve Losh # Date 1468632905 0 # Node ID 7994d88dc84b2bbe85f85c4e54846f95bfa95c98 # Parent 68e8bd7f08f4562c77a7dd706760a404de5082f8 Update diff -r 68e8bd7f08f4 -r 7994d88dc84b README.markdown --- 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.