-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
yuri91
Metadata
Metadata
Assignees
Labels
No labels