summaryrefslogtreecommitdiff
path: root/repo/snappy/fix-inline.patch
diff options
context:
space:
mode:
Diffstat (limited to 'repo/snappy/fix-inline.patch')
-rw-r--r--repo/snappy/fix-inline.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/repo/snappy/fix-inline.patch b/repo/snappy/fix-inline.patch
new file mode 100644
index 0000000..96484e0
--- /dev/null
+++ b/repo/snappy/fix-inline.patch
@@ -0,0 +1,13 @@
+Patch-Source: https://github.com/google/snappy/pull/128
+
+--- a/snappy.cc
++++ b/snappy.cc
+@@ -1014,7 +1014,7 @@
+ }
+
+ SNAPPY_ATTRIBUTE_ALWAYS_INLINE
+-size_t AdvanceToNextTag(const uint8_t** ip_p, size_t* tag) {
++inline size_t AdvanceToNextTag(const uint8_t** ip_p, size_t* tag) {
+ const uint8_t*& ip = *ip_p;
+ // This section is crucial for the throughput of the decompression loop.
+ // The latency of an iteration is fundamentally constrained by the