Tweak TLS init/deinit (#4551)
* Delete the entire TLS in one go * Put TLS allocation separately * Keep TLS in a single array
This commit is contained in:
committed by
Stanislav Erokhin
parent
0e12c55770
commit
5fc17ce5fa
@@ -35,7 +35,6 @@ void EnsureDeclarationsEmitted() {
|
||||
ensureUsed(EnterFrame);
|
||||
ensureUsed(LeaveFrame);
|
||||
ensureUsed(AddTLSRecord);
|
||||
ensureUsed(ClearTLSRecord);
|
||||
ensureUsed(LookupTLS);
|
||||
ensureUsed(MutationCheck);
|
||||
ensureUsed(CheckLifetimesConstraint);
|
||||
|
||||
Reference in New Issue
Block a user