Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up ExpandWhens for very large designs (#1666)
Use WrappedExpression instead of MemoizedHash. The benefit of memoizing the hash pales in comparison to the cost of hashing deeply nested Types in the AST. Co-authored-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
- Loading branch information