Anton Korobeynikov
Anton Korobeynikov
* Link filtering (by weight, something else?) * Link / edge coloring
Reverts p4lang/p4c#4902
We are seeing terrible elevated memory usage in def-use. We start like this: ``` PassRepeated invoking DoSimplifyDefUse ProcessDefUse invoking P4::ComputeWriteSet heap after P4::ComputeWriteSet: in use 758MB, max 837MB ProcessDefUse invoking...
The definition of `IHasSourceInfo` interface is quite strange: ```c++ class IHasSourceInfo { public: virtual SourceInfo getSourceInfo() const = 0; virtual cstring toString() const = 0; virtual ~IHasSourceInfo() {} }; ```...
When graph drawing scope is "depth", then the depth node colorer should take these limits as well
The check for complex case is done via `is.complex` built-in. This returns `FALSE` for custom matrix types and therefore one would need to pass full matrix in order to enable...
For now PR to run tests