Skip to content

Commit

Permalink
slightly optimize has_free_typevars (#49278)
Browse files Browse the repository at this point in the history
Manually convert these to tail-recursive form, so the stack can be
unwound directly as soon as it finds an answer in many common cases
(DataType with many simple UnionAll wrappers).
  • Loading branch information
vtjnash authored Apr 7, 2023
1 parent a1013e7 commit 0c24073
Showing 1 changed file with 260 additions and 191 deletions.
Loading

0 comments on commit 0c24073

Please sign in to comment.