[webkit-reviews] review granted: [Bug 223895] [WTF] Introduce RobinHoodHashTable : [Attachment 424888] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 1 07:48:12 PDT 2021


Filip Pizlo <fpizlo at apple.com> has granted Yusuke Suzuki <ysuzuki at apple.com>'s
request for review:
Bug 223895: [WTF] Introduce RobinHoodHashTable
https://bugs.webkit.org/show_bug.cgi?id=223895

Attachment 424888: Patch

https://bugs.webkit.org/attachment.cgi?id=424888&action=review




--- Comment #21 from Filip Pizlo <fpizlo at apple.com> ---
Comment on attachment 424888
  --> https://bugs.webkit.org/attachment.cgi?id=424888
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=424888&action=review

> Source/WTF/wtf/RobinHoodHashTable.h:312
> +    while (1) {

Maybe while (true) here and elsewhere?


More information about the webkit-reviews mailing list