mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Added missing files
This commit is contained in:
parent
b4af583378
commit
d61049b152
1 changed files with 11 additions and 0 deletions
11
spec/06.limitations.tex
Normal file
11
spec/06.limitations.tex
Normal file
|
|
@ -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}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue