1
0
Fork 0

Re-implement a few potentially time critical routines in C++

This commit is contained in:
Joris van der Hoeven 2017-06-21 20:57:18 +00:00
parent 984e2043a0
commit b7c4a46e53
1 changed files with 48 additions and 0 deletions

View File

@ -1554,6 +1554,30 @@ source code.
<scm|array_path>.
</explain>
<\explain>
<scm|(previous-search-hit <scm-arg|array_path> <scm-arg|path> <scm-arg|bool>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|previous_search_hit> which returns
<scm|array_path>.
</explain>
<\explain>
<scm|(next-search-hit <scm-arg|array_path> <scm-arg|path> <scm-arg|bool>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|next_search_hit> which returns
<scm|array_path>.
</explain>
<\explain>
<scm|(navigate-search-hit <scm-arg|path> <scm-arg|bool> <scm-arg|bool> <scm-arg|bool>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|navigate_search_hit> which returns
<scm|array_path>.
</explain>
<\explain>
<scm|(tag-minimal-arity <scm-arg|tree_label>)>
<explain-synopsis|no synopsis>
@ -6954,6 +6978,30 @@ source code.
<scm|array_path>.
</explain>
<\explain>
<scm|(previous-search-hit <scm-arg|array_path> <scm-arg|path> <scm-arg|bool>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|previous_search_hit> which returns
<scm|array_path>.
</explain>
<\explain>
<scm|(next-search-hit <scm-arg|array_path> <scm-arg|path> <scm-arg|bool>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|next_search_hit> which returns
<scm|array_path>.
</explain>
<\explain>
<scm|(navigate-search-hit <scm-arg|path> <scm-arg|bool> <scm-arg|bool> <scm-arg|bool>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|navigate_search_hit> which returns
<scm|array_path>.
</explain>
<\explain>
<scm|(tag-minimal-arity <scm-arg|tree_label>)>
<explain-synopsis|no synopsis>