]> Repositorios git - scryer-prolog.git/commit
improve efficiency of call/N, replace '$call_with_default_policy' with
authorMark Thom <[email protected]>
Mon, 13 Jun 2022 04:17:44 +0000 (22:17 -0600)
committerMark Thom <[email protected]>
Mon, 13 Jun 2022 04:34:07 +0000 (22:34 -0600)
commit987bbdecf58e3ff1900ab5a155f5ce995b8b6326
tree035e1dd37414dc3874c8ea918002c16d51855dc1
parenta68394b6f2a1fe91c168637e13dd07d87b17f718
improve efficiency of call/N, replace '$call_with_default_policy' with
'$call_with_inference_counting'
12 files changed:
build/instructions_template.rs
src/codegen.rs
src/forms.rs
src/lib/builtins.pl
src/lib/iso_ext.pl
src/loader.pl
src/machine/compile.rs
src/machine/dispatch.rs
src/machine/loader.rs
src/machine/machine_state_impl.rs
src/machine/preprocessor.rs
src/machine/system_calls.rs