commit | ee2b172e401c7ae0a07f50f0b1ede441a218a550 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Fri Jun 17 10:33:41 2011 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Fri Jun 17 12:40:12 2011 -0700 |
tree | 11c5bff7d8f6801af1a27e2fc584d0801ad10282 | |
parent | 21c76f4d2861122087c5f695f441bbd012c36f9d [diff] |
Create PrologMachineCopy to reduce consult costs Applications that dynamically consult the same code file multiple times can benefit from performing the consult in an isolated interpreter, then freezing that database using a PrologMachineCopy, and later restore it into a new machine.