comparison caching-tests/test.urs @ 2276:c05f9a5e0f0f

Progress on free paths, but consolidation seems to fail more with them.
author Ziv Scully <ziv@mit.edu>
date Mon, 09 Nov 2015 13:37:31 -0500
parents ce96e166d938
children f8903af753ff
comparison
equal deleted inserted replaced
2275:ce96e166d938 2276:c05f9a5e0f0f
1 val cache : int -> transaction page 1 val cache : int -> transaction page
2 val cacheR : {Id : int, FooBar : int} -> transaction page
2 (* val cache2 : int -> int -> transaction page *) 3 (* val cache2 : int -> int -> transaction page *)
3 val flush : int -> transaction page 4 val flush : int -> transaction page
4 val flash : int -> transaction page 5 val flash : int -> transaction page
5 val floosh : int -> transaction page 6 val floosh : int -> transaction page
6 (* val flush17 : transaction page *) 7 (* val flush17 : transaction page *)