Skip to content

Use different format for function level annotations #1

@ecmziegler

Description

@ecmziegler

Currently, the function level annotations contain some unnecessary fields, e.g. the length of the number of annotations per function is always 1 and the code location is always 0. Would it make sense to separate the format for those annotations from the one used in instruction level annotations?

One could e.g. agree that annotations are either function level or instruction level. This could be separated by namespace (e.g. metadata.function.* vs metadata.code.*) to have a well defined behavior here. Branch hints would not be affected by this as they are always on instruction level.

The annotations proposal would have to be adjusted to incorporate this change though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions