Skip to content

Conversation

@pleath
Copy link
Contributor

@pleath pleath commented Jul 22, 2016

Similar issue to the missiung-undef-initialization case I fixed last week, this is the case where we have a dominating initialization that nevertheless doesn't write to the variable's register, but a later delay-captured reference does write to the register. Conservatively emitting undef-init now; delay capture needs to be revisited in the wake of the stable closures change.

@pleath
Copy link
Contributor Author

pleath commented Jul 22, 2016

@rajatd

@rajatd
Copy link
Contributor

rajatd commented Jul 22, 2016

👍

…week, this is the case where we have a dominating initialization that nevertheless doesn't write to the variable's register, but a later delay-captured reference does write to the register. Conservatively emitting undef-init now; delay capture needs to be revisited in the wake of the stable closures change.
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