This permits more efficient accesses of thread-local variables, which
are heavily used at least by jemalloc and locale-aware code. Note that
on amd64, jemalloc's thread-local variables already have their TLS model
overridden by defining JEMALLOC_TLS_MODEL.
PR: 255840
Suggested by: jrtc27