Anton Korobeynikov

Results 75 issues of Anton Korobeynikov

* Link filtering (by weight, something else?) * Link / edge coloring

enhancement
ui

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...

compiler-performance

The definition of `IHasSourceInfo` interface is quite strange: ```c++ class IHasSourceInfo { public: virtual SourceInfo getSourceInfo() const = 0; virtual cstring toString() const = 0; virtual ~IHasSourceInfo() {} }; ```...

question

When graph drawing scope is "depth", then the depth node colorer should take these limits as well

good first issue
ui

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...