Skip to content

fix(compiler): allocating unnecessary slots in conditional instruction#51913

Closed
crisbeto wants to merge 1 commit intoangular:mainfrom
crisbeto:control-flow-slots
Closed

fix(compiler): allocating unnecessary slots in conditional instruction#51913
crisbeto wants to merge 1 commit intoangular:mainfrom
crisbeto:control-flow-slots

Conversation

@crisbeto
Copy link
Copy Markdown
Member

@crisbeto crisbeto commented Sep 26, 2023

Fixes that we were allocating slots for the expressions of if, else if, switch and case blocks which we weren't using for anything.

Thank you for finding and flagging this @dylhunn! 🎉

Fixes that we were allocating slots for the expressions of `if`, `else if`, `switch` and `case` blocks which we weren't using for anything.
@crisbeto crisbeto added action: review The PR is still awaiting reviews from at least one requested reviewer target: major This PR is targeted for the next major release area: compiler Issues related to `ngc`, Angular's template compiler labels Sep 26, 2023
@ngbot ngbot bot modified the milestone: Backlog Sep 26, 2023
@crisbeto crisbeto requested a review from dylhunn September 26, 2023 20:57
@crisbeto crisbeto marked this pull request as ready for review September 26, 2023 20:57
Copy link
Copy Markdown
Contributor

@dylhunn dylhunn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this fix!

reviewed-for: fw-compiler

@crisbeto crisbeto added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Sep 26, 2023
@dylhunn
Copy link
Copy Markdown
Contributor

dylhunn commented Sep 26, 2023

This PR was merged into the repository by commit 31295a3.

@dylhunn dylhunn closed this in 31295a3 Sep 26, 2023
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Oct 27, 2023
ChellappanRajan pushed a commit to ChellappanRajan/angular that referenced this pull request Jan 23, 2024
angular#51913)

Fixes that we were allocating slots for the expressions of `if`, `else if`, `switch` and `case` blocks which we weren't using for anything.

PR Close angular#51913
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: compiler Issues related to `ngc`, Angular's template compiler target: major This PR is targeted for the next major release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants