Method Debug.get_program_layout()
- Method
get_program_layout
mapping
(string
:int
) get_program_layout(program
p
)- Description
Returns a mapping which describes the layout of compiled machine code in the program
p
. The indices of the returned mapping are function names, the values the starting address of the compiled function. The total size of the program code is stored with index0
.