1.6.1. Static Memory


Static memory is actually a collective term. It refers to several closely related regions in the compiled program file. When the program runs, these regions are automatically loaded into memory.

Values in static memory live for the entire duration of the program.

The program’s static memory contains the binary code of the...