We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182fbd7 commit 3d096c0Copy full SHA for 3d096c0
doc/architectural/central-data-structures.md
@@ -98,7 +98,9 @@ type goto_functiont {
98
```
99
100
The `goto_programt` denoting the `body` of the function will be the subject of
101
-a more elaborate explanation in the next section.
+a more elaborate explanation in the next section. The in-memory structure of a
102
+goto function allows the `body` to be optional, but only functions with bodies
103
+are included in the serialised goto binaries.
104
105
The `parameters` subcomponent is a list of identifiers that are to be looked-up
106
in the symbol-table for their definitions.
0 commit comments