Cthulhu  0.2.10
Cthulhu compiler collection
ssa_map_sizes_t Struct Reference

a prediction of how many items will be in each map this is not a hard limit, but a hint to the allocator More...

Data Fields

size_t modules
 the number of modules in the program More...
 
size_t deps
 the number of dependencies between symbols More...
 
size_t globals
 the number of globals in the program More...
 
size_t functions
 the number of functions in the program More...
 
size_t types
 the number of types in the program More...
 

Detailed Description

a prediction of how many items will be in each map this is not a hard limit, but a hint to the allocator

Definition at line 848 of file ssa.c.

Field Documentation

◆ deps

size_t ssa_map_sizes_t::deps

the number of dependencies between symbols

Definition at line 854 of file ssa.c.

◆ functions

size_t ssa_map_sizes_t::functions

the number of functions in the program

Definition at line 860 of file ssa.c.

◆ globals

size_t ssa_map_sizes_t::globals

the number of globals in the program

Definition at line 857 of file ssa.c.

◆ modules

size_t ssa_map_sizes_t::modules

the number of modules in the program

Definition at line 851 of file ssa.c.

◆ types

size_t ssa_map_sizes_t::types

the number of types in the program

Definition at line 863 of file ssa.c.


The documentation for this struct was generated from the following file: