Landing: 1c6f598668e5

Project / Subsystem

gcc / gcc/lto-streamer

Date

2026-07-20

Author

Filip Kastl

Commit

1c6f598668e5b85d24e35cf97bd55da2898df502

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc/lto-streamer
patch_id
commit_hash
1c6f598668e5b85d24e35cf97bd55da2898df502
source_type
github
headline
Remove unused field from lto_location_cache
tldr
LTO stream representation class removes an unused field.
author
Filip Kastl
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • lto
  • cleanup
discussion_id_link
bugzilla_pr
date
2026-07-20T00:00:00.000Z

The lto_location_cache class within the LTO streamer component has had its stream_linemap_order field removed, as it was not being used.