Skip to content

sys: allow to specify direction per-field #245

@dvyukov

Description

@dvyukov

Currently we have coarse-grained direction (in/out/inout) annotations that affect the whole structure. But direction is an attribute of an individual field, i.e. a struct can contain one input resource and one output resource. Currently we mark structs as inout when in doubt, but it negatively affect efficiency of fuzzing. I think we need optional direction annotations for fields (similar to opt annotations).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions