# HG changeset patch # User Steve Losh # Date 1468339090 0 # Node ID 00f3bb020db4b47e1e90fd12e78951f3849b9b71 # Parent c9e6f8ab38e4fd01cd3067590fcfee8a34794b09 Update diff -r c9e6f8ab38e4 -r 00f3bb020db4 README.markdown --- a/README.markdown Tue Jul 12 12:08:43 2016 +0000 +++ b/README.markdown Tue Jul 12 15:58:10 2016 +0000 @@ -723,3 +723,6 @@ they don't know what's going on in yours, so you need to interpret their feedback keeping that in mind. * More [Coding Math][]. +* 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.