From d61049b1524ec0e2946002012684fb037013fe83 Mon Sep 17 00:00:00 2001 From: Dmitry Boulytchev Date: Thu, 25 Feb 2021 10:04:50 +0300 Subject: [PATCH] Added missing files --- spec/06.limitations.tex | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 spec/06.limitations.tex diff --git a/spec/06.limitations.tex b/spec/06.limitations.tex new file mode 100644 index 000000000..ae351de48 --- /dev/null +++ b/spec/06.limitations.tex @@ -0,0 +1,11 @@ +\chapter{Implementation-dependent Limitations} +\label{sec:limitations} + +The following limitations are in effect for \textsc{x86-32} platform implementation: + +\begin{itemize} +\item the range of representable integers is [-1073741824..1073741823] (31-bit signed in two-complement representation); +\item the maximal length of array/string/number of S-expression parameters is 536870911 (29-bit unsigned integer); +\item the minimal address space size is 2GB (garbage collector requirement); +\item the maximal number of S-expression constructor name symbols taken into account is 5. +\end{itemize}