[PATCH] D59816: [Support] Implement zlib independent crc32 computation

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 26 08:55:26 PDT 2019


joerg added a comment.

In D59816#1442909 <https://reviews.llvm.org/D59816#1442909>, @evgeny777 wrote:

> > don't bother with the 1KB table in both binary and source, just recompute it on the first use
>
> Is single threaded usage guaranteed?


It doesn't matter, at most a single memory fence is necessary.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59816/new/

https://reviews.llvm.org/D59816





More information about the llvm-commits mailing list