pub struct CompactionAnalysis { /* private fields */ }
Expand description

Struct to perform compaction on seqs. It will only work if you update_cont_read_writes for each component that you run it on.

Implementations

Updates self so that compaction will take continuous assignments into account

Takes a vec of ctrl stmts and turns it into a compacted schedule. If compaction doesn’t lead to any latency decreases, it just returns a vec of stmts in the original order. If it can compact, then it returns a vec with one element: a compacted static par.

Trait Implementations

Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.