Commit f0794a01 authored by Victor Costan's avatar Victor Costan Committed by Commit Bot

Roll src/third_party/snappy/src/ b02bfa754..ca37ab7fb (5 commits)

https://chromium.googlesource.com/external/github.com/google/snappy.git/+log/b02bfa754ebf..ca37ab7fb9b7

$ git log b02bfa754..ca37ab7fb --date=short --no-merges --format='%ad %ae %s'
2018-02-02 jgorbe Ensure DecompressAllTags starts on a 32-byte boundary + 16 bytes.
2018-01-16 scrubbed Fix an incorrect analysis / comment in the "pattern doubling" code.
2018-01-04 costan Fix Travis CI configuration for OSX.
2017-12-21 chandlerc Rework a very hot, very sensitive part of snappy to reduce the number of instructions, the number of dynamic branches, and avoid a particular loop structure than LLVM has a very hard time optimizing for this particular case.
2017-12-20 costan Fix generated version number in open source release.

Created with:
  roll-dep src/third_party/snappy/src

Change-Id: I45f0f9e6aa7c81daef1172d39cef0a16814ccf20
Reviewed-on: https://chromium-review.googlesource.com/924573Reviewed-by: default avatarChris Mumford <cmumford@chromium.org>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537925}
parent 879b7350
...@@ -804,7 +804,7 @@ deps = { ...@@ -804,7 +804,7 @@ deps = {
Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f', Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f',
'src/third_party/snappy/src': 'src/third_party/snappy/src':
Var('chromium_git') + '/external/github.com/google/snappy.git' + '@' + 'b02bfa754ebf27921d8da3bd2517eab445b84ff9', Var('chromium_git') + '/external/github.com/google/snappy.git' + '@' + 'ca37ab7fb9b718e056009babb4fea591626e5882',
'src/third_party/sqlite4java': { 'src/third_party/sqlite4java': {
'packages': [ 'packages': [
......
Name: Snappy: A fast compressor/decompressor Name: Snappy: A fast compressor/decompressor
Short Name: snappy Short Name: snappy
URL: http://google.github.io/snappy/ URL: http://google.github.io/snappy/
Version: 1.1.7 Version: 1.1.7.git.ca37ab7fb9b718e056009babb4fea591626e5882
License: New BSD License: New BSD
License File: src/COPYING License File: src/COPYING
Security Critical: yes Security Critical: yes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment