Menu

Src (SVN)-old Commit Log


Commit Date  
[r8608] by tswift

Added documentation of timed_call_modify/1 and current_timed_call/2.
Also cleaned up some indexing statements.

2016-02-01 23:49:57 Tree
[r8607] by dwarren

Added a cast to quiet compiler.

2016-01-28 15:02:23 Tree
[r8606] by kifer

provided the incr_storage_find_... versions of the storage_find_* calls.

2016-01-27 23:37:11 Tree
[r8605] by tswift

Added an error condition when trying to invalidate a non-incremental trie.

2016-01-27 21:58:14 Tree
[r8604] by kifer

more initializations in the prref struct

2016-01-27 06:01:03 Tree
[r8603] by tswift

Test for various large tabled terms -- ground and with lots of variables.

2016-01-26 22:58:44 Tree
[r8602] by tswift

Added check for too many variables in answer -- see previous commit for details.

2016-01-26 22:57:32 Tree
[r8601] by tswift

Added check for adding into a table an answer with a large number
of variables. The problem is that the variables get trailed, so
if there are enough variables, they will cause a TCP stack realloc, which messes up
the table choice point pointers in new_answer_dealloc.

This should be simple enough to fix, but since the limit is about
40000 variables in an answer, we should be ok for now.

2016-01-26 22:56:31 Tree
[r8600] by tswift

Added a flag for max variables in a tabled subgoal (see previous commit message). This flag will
not need to be used, except for experimenting.

2016-01-26 21:35:49 Tree
[r8599] by tswift

Fixed a bug in variant call search that arose when tabling a subgoal with thousands of variables. The bug arose
because some information was integer-encoded and decoded inconsistently. Also, I did a check on the maximum number
of variables in a subgoal, which I set to 2000, as a large number of variables in a subgoal will likely cause
problems somewhere else, and I think its reasonable to assume that such large subgoals are probably errors. The
exact number can be controlled by a flag, but the flag should only be used for experimentation.

2016-01-26 21:25:46 Tree
Older >
MongoDB Logo MongoDB