Node:ABI, Previous:X Language classes, Up:Top



4 ABI (Application Binary Interface)

This chapter describes how variables are store in physical memory (byte-alignement, ...). The class 'XLData' is responsable to hold a particular data (variable, constant, ...), it contains a field named 'raw' wich is a pointer to the memory zone containing the actual data.

4.1 Basic types

4.2 Classes & Objects

4.3 Arrays

4.3.1 Fixed

4.3.2 Dynamic