9.1.1 Virtual Machine
- The internal representation of Prolog terms and code has been
redesigned, resulting in code that runs up to twice as fast as in release 3.
- Certain memory limitations that existed in release 3 have been
dropped. All available virtual memory can be used without any
limitations imposed by SICStus Prolog.
- The number of available atoms is four times larger than in release 3
(1M atoms are available on 32-bit platforms).
- The range of small integers is eight times larger than in release 3.
Although the size of integers is unbounded, small integers are handled
more efficiently than other numbers.
- Multifile predicates are compiled by default; in release 3, they could
not be compiled.
- Native code compilation has been dropped.
- The profiling data accessible by
profile_data/4
and
library(gauge)
is more precise. Some of the choices of release
3 have been dropped.
Send feedback on this subject.