# HG changeset patch # User Steve Losh # Date 1468372505 0 # Node ID 93fdffbb461f5a3af37a5966e04f13c7da71c831 # Parent 00f3bb020db4b47e1e90fd12e78951f3849b9b71 Update diff -r 00f3bb020db4 -r 93fdffbb461f README.markdown --- a/README.markdown Tue Jul 12 15:58:10 2016 +0000 +++ b/README.markdown Wed Jul 13 01:15:05 2016 +0000 @@ -726,3 +726,5 @@ * Implemented last call optimization in [Bones][]. Not much of a speed improvement for the particular GGP games I've been testing with, but it had to happen at some point, so we can write actual Prolog without blowing the stack. +* Got a good start on splitting apart the Bones store like I wrote about above. + It'll probably take another day or two two finish up.