julia
7b8dd90a
- inference: represent callers_in_cycle with view slices of a stack instead of separate lists (#55364)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#55364 - inference: represent callers_in_cycle with view slices of a stack instead of separate lists
Author
vtjnash
Parents
f2f76d88
Loading