On Friday, 4 June 2021 at 13:42:31 UTC, Steven Schveighoffer wrote: > Doesn't that mean that throwing an exception has to stuff the > exception somewhere in TLS while in flight? > > I assumed it was just something stored as a local variable. > > -Steve Where would that local variable be, on stack? It has to be on TLS.