Skip to content

Conversation

@vtjnash
Copy link
Member

@vtjnash vtjnash commented Sep 1, 2020

Unlike other nodes, Upsilon nodes can be potentially undefined and need
special handling to ensure they aren't literally undef, as we might try
to union-copy or gc-root the data later.

Fix #37262

Unlike other nodes, Upsilon nodes can be potentially undefined and need
special handling to ensure they aren't literally undef, as we might try
to union-copy or gc-root the data later.

Fix #37262
@vtjnash vtjnash added compiler:codegen Generation of LLVM IR and native code backport 1.5 labels Sep 1, 2020
@vtjnash vtjnash requested a review from yuyichao September 1, 2020 17:15
@vtjnash vtjnash merged commit 5cf5717 into master Sep 3, 2020
@vtjnash vtjnash deleted the jn/37262 branch September 3, 2020 16:06
@KristofferC KristofferC mentioned this pull request Sep 7, 2020
29 tasks
KristofferC pushed a commit that referenced this pull request Sep 7, 2020
Unlike other nodes, Upsilon nodes can be potentially undefined and need
special handling to ensure they aren't literally undef, as we might try
to union-copy or gc-root the data later.

Fix #37262

(cherry picked from commit 5cf5717)
KristofferC pushed a commit that referenced this pull request Sep 8, 2020
Unlike other nodes, Upsilon nodes can be potentially undefined and need
special handling to ensure they aren't literally undef, as we might try
to union-copy or gc-root the data later.

Fix #37262

(cherry picked from commit 5cf5717)
KristofferC pushed a commit that referenced this pull request Sep 8, 2020
Unlike other nodes, Upsilon nodes can be potentially undefined and need
special handling to ensure they aren't literally undef, as we might try
to union-copy or gc-root the data later.

Fix #37262

(cherry picked from commit 5cf5717)
KristofferC pushed a commit that referenced this pull request Sep 10, 2020
Unlike other nodes, Upsilon nodes can be potentially undefined and need
special handling to ensure they aren't literally undef, as we might try
to union-copy or gc-root the data later.

Fix #37262

(cherry picked from commit 5cf5717)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

compiler:codegen Generation of LLVM IR and native code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

segfault in gc_mark_loop

3 participants