julia
7b8dd90a - inference: represent callers_in_cycle with view slices of a stack instead of separate lists (#55364)

Commit
1 year ago
inference: represent callers_in_cycle with view slices of a stack instead of separate lists (#55364) Inspired by Tarjan's SCC, this changes the recursion representation to use a single list instead of a linked-list + merged array of cycles.
Author
Parents
Loading