Merge pull request #1207 from triska/semi-deterministic
deterministic --> semi-deterministic
This commit is contained in:
@@ -20,7 +20,7 @@ for the introduction of a mark-compacting garbage collector.
|
|||||||
Several performance enhancing changes are due before rebis-dev will be
|
Several performance enhancing changes are due before rebis-dev will be
|
||||||
considered ready for merging into master, among them:
|
considered ready for merging into master, among them:
|
||||||
|
|
||||||
* Replacing choice points pivoting on inlined deterministic predicates
|
* Replacing choice points pivoting on inlined semi-deterministic predicates
|
||||||
(`atom`, `var`, etc) with if/else ladders
|
(`atom`, `var`, etc) with if/else ladders
|
||||||
* Inlining all built-ins and system call instructions
|
* Inlining all built-ins and system call instructions
|
||||||
* Greatly reducing the number of instructions used to compile disjunctives
|
* Greatly reducing the number of instructions used to compile disjunctives
|
||||||
|
|||||||
Reference in New Issue
Block a user