lama_byterun/spec/06.limitations.tex

14 lines
635 B
TeX
Raw Normal View History

% !TEX TS-program = pdflatex
% !TeX spellcheck = en_US
% !TEX root = lama-spec.tex
2021-02-25 10:04:50 +03:00
\chapter{Implementation-dependent Limitations}
\label{sec:limitations}
2024-07-09 14:53:56 +02:00
The following limitations are in effect for \textsc{x86-64} platform implementation:
2021-02-25 10:04:50 +03:00
\begin{itemize}
2024-07-09 14:53:56 +02:00
\item the range of representable integers is \newline [-4611686018427387905..4611686018427387904] (63-bit signed in two-complement representation);
\item the maximal length of array/string/number of S-expression parameters is 2305843009213693952 (61-bit unsigned integer);
\item the maximal number of S-expression constructor name symbols taken into account is 9.
2021-02-25 10:04:50 +03:00
\end{itemize}