Landing: 8bb19dbeda7f

Project / Subsystem

gcc / ada

Date

2026-03-09

Author

Viljar Indus

Commit

8bb19dbeda7fb947c52edfbf74462316e1341c6c

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
ada
patch_id
commit_hash
8bb19dbeda7fb947c52edfbf74462316e1341c6c
source_type
github
headline
Ada: Refactor Inline_Static_Function_Call
tldr
The `Inline_Static_Function_Call` in Ada compiler has been refactored to reduce code nesting.
author
Viljar Indus
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • ada
  • refactor
  • inlining
discussion_id_link
bugzilla_pr
date
2026-03-09T00:00:00.000Z

This commit refactors the Inline_Static_Function_Call procedure in the Ada compiler to reduce source code nesting. This change improves code readability and maintainability without altering the functionality of the inlining process.