93fdffbb461f
Update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 13 Jul 2016 01:15:05 +0000 |
parents | 00f3bb020db4 |
children | fa4ce9dfe13d |
branches/tags | (none) |
files | README.markdown |
Changes
--- 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.