Chromium Code Reviews
DescriptionMove all the AtomicString hash logic into AtomicStringTable.
This makes the code more clear by separating it from AtomicString itself. It will
also allow us to do some clever things like storing a reference to the table in
the PerIsolateData and skipping the TLS lookups in the bindings.
Committed: https://crrev.com/ef596a22eb27ec50b348c01684a6cf3940bca560
Cr-Commit-Position: refs/heads/master@{#403066}
Patch Set 1 #Patch Set 2 : Fix AtomicStringCF.cpp. #
Total comments: 1
Patch Set 3 : fix comments. #Messages
Total messages: 16 (8 generated)
|