Binary Format¶
Code Metadata¶
A Code Metadata item is a piece of information logically attached to an instruction.
An item is associated with a format, which defines the item’s payload.
All code metadata items of a format named T are grouped under a custom section named ‘metadata.code.T’. The following parametrized grammar rules define the generic structure of a code metadata section of format T.
Where
Branch Hints¶
A Branch Hint is a code metadata item with format branch_hint.
It can only be attached to
Its payload indicates whether the branch is likely or unlikely to be taken.
All branch hints for a module are contained in a single code metadata section with name ‘metadata.code.branch_hint’.
A value of