Landing: 50de8811e42c

Project / Subsystem

gcc / match

Date

2026-07-27

Author

Kael Andrew Alonzo Franco

Commit

50de8811e42ce019ec97e10c06469259d55d63de

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
match
patch_id
commit_hash
50de8811e42ce019ec97e10c06469259d55d63de
source_type
github
headline
Combine two 'for' loops into one.
tldr
Simplifies 'match' module by merging two for loops into a single one.
author
Kael Andrew Alonzo Franco
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • refactor
  • match
discussion_id_link
bugzilla_pr
date
2026-07-27T00:00:00.000Z

The ‘match’ module has been refactored to combine two separate ‘for’ loops into a single, more streamlined loop. This change simplifies existing logic and is based on previous revisions.