Skip to content

Drop dead var init#12909

Open
RblSb wants to merge 1 commit into
HaxeFoundation:developmentfrom
RblSb:structinit-dead-assign
Open

Drop dead var init#12909
RblSb wants to merge 1 commit into
HaxeFoundation:developmentfrom
RblSb:structinit-dead-assign

Conversation

@RblSb

@RblSb RblSb commented May 23, 2026

Copy link
Copy Markdown
Member

Closes #8815

This removes foo2_start for such case:

var foo2_start = 0;
foo2_start = start;
Test.foo.start = foo2_start;

For inlining without generated null checks, there is separate issue at #8905

@Simn

Simn commented Jun 3, 2026

Copy link
Copy Markdown
Member

We need to clean up all these eexpr = TVar cases in that area because surely there's some overlap here...

@skial skial mentioned this pull request Jun 4, 2026
1 task
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.

Inline temp vars regression in rc.5

2 participants