summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSnappy Team <no-reply@google.com>2023-01-23 09:50:52 -0800
committerVictor Costan <costan@google.com>2023-03-07 06:35:00 -0800
commit7b82423c597bfed223dff27f880fe91e169375b4 (patch)
tree7a4c3fc1c124a717c65c71fdc582d380f35a5616 /NEWS
parent30326e5b8cae9b5f2ea640d74beb2562ced44219 (diff)
downloadsnappy-git-7b82423c597bfed223dff27f880fe91e169375b4.tar.gz
The output buffer in DecompressBranchless is never read from and the source buffers are never written. This allows us to defer any writes to the output buffer for an arbitrary amount of time as long as the writes all occur in the proper order. When a MemCopy64 would have normally occurred we save away the source address and length. Once we reach the location of the next write to the output buffer first perform the deferred copy. This gives time for the source address calculation and length to finish before the deferred copy.
This change gives 1.84% on CLX and 0.97% Milan. PiperOrigin-RevId: 504012310
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions