Landing: 0a95113f1ef1
Project / Subsystem
gcc / aarch64
Date
2026-04-29
Author
Wilco Dijkstra
Commit
0a95113f1ef138b00666fc5a3a490446bdc9c271
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- aarch64
- patch_id
- —
- commit_hash
- 0a95113f1ef138b00666fc5a3a490446bdc9c271
- source_type
- github
- headline
- AArch64: Clean up code models by removing unused definitions.
- tldr
- This commit simplifies AArch64 code model handling by removing unused code model definitions, without changing generated code.
- author
- Wilco Dijkstra
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • aarch64
- • code model
- • cleanup
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-04-29T00:00:00.000Z
Several unused code model definitions (AARCH64_CMODEL_TINY_PIC, AARCH64_CMODEL_SMALL_PIC, and AARCH64_CMODEL_SMALL_SPIC) were removed, along with related code, to simplify the AArch64 code model implementation. This change does not affect the generated code, but reduces code complexity and potential maintenance overhead.