summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkrequest.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2025-12-01 14:12:40 +0100
committerMarc Mutz <marc.mutz@qt.io>2025-12-03 15:40:36 +0100
commit37acfd138b2a36c5c00423fb48a7b9a8faafbe3a (patch)
treea6ec9d906fd6aad9fe768b96e3a41efd1d2b6fc5 /src/network/access/qnetworkrequest.cpp
parent764b6519549b6a12bda5e92c4d7d1500a271faa5 (diff)
AtSpiAdaptor: avoid static QLatin1StringViews
The static forces the compiler to allocate storage for the objects in the executable, either causing relocations on startup, or, on GCC, a pointless magic static guard: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84411 Make them constexpr instead. This allows the compiler to construct them ad-hoc when one is needed (one lea, one movi). Amends 8e1ff45e74f529c7f49688242ea0fd25ce2913f3. Also port to _L1 UDLs, amending 7b6b133746aa8bf23e08753851d7e23cc9d76170. Pick-to: 6.10 6.8 6.5 Change-Id: I0cce28154f1155a2abee88572424f3c73073efe5 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/network/access/qnetworkrequest.cpp')
0 files changed, 0 insertions, 0 deletions