Skip to content

late-gc-lowering: Prevent infinite recursion#42445

Merged
vtjnash merged 1 commit intomasterfrom
kf/fglinfinite
Oct 2, 2021
Merged

late-gc-lowering: Prevent infinite recursion#42445
vtjnash merged 1 commit intomasterfrom
kf/fglinfinite

Conversation

@Keno
Copy link
Copy Markdown
Member

@Keno Keno commented Oct 1, 2021

Phi nodes are allowed to recursively depend on themselves, so
we need to keep track of which ones we have seen to avoid an
infinite recursion here. Apparently this doesn't usually come
up, but I did see if with tsan enabled.

Phi nodes are allowed to recursively depend on themselves, so
we need to keep track of which ones we have seen to avoid an
infinite recursion here. Apparently this doesn't usually come
up, but I did see if with tsan enabled.
@vtjnash vtjnash merged commit a9a1d80 into master Oct 2, 2021
@vtjnash vtjnash deleted the kf/fglinfinite branch October 2, 2021 17:47
KristofferC pushed a commit that referenced this pull request Jan 11, 2022
Phi nodes are allowed to recursively depend on themselves, so
we need to keep track of which ones we have seen to avoid an
infinite recursion here. Apparently this doesn't usually come
up, but I did see if with tsan enabled.

(cherry picked from commit a9a1d80)
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Feb 22, 2022
Phi nodes are allowed to recursively depend on themselves, so
we need to keep track of which ones we have seen to avoid an
infinite recursion here. Apparently this doesn't usually come
up, but I did see if with tsan enabled.
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Mar 8, 2022
Phi nodes are allowed to recursively depend on themselves, so
we need to keep track of which ones we have seen to avoid an
infinite recursion here. Apparently this doesn't usually come
up, but I did see if with tsan enabled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants