Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Side by Side Diff: third_party/re2/README.chromium

Issue 1509953005: re2: Initialize sparse_to_dense_ on initial allocation under Valgrind. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/re2/patches/sparse-array-valgrind.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: re2 - an efficient, principled regular expression library 1 Name: re2 - an efficient, principled regular expression library
2 Short Name: re2 2 Short Name: re2
3 URL: https://github.com/google/re2 3 URL: https://github.com/google/re2
4 Version: 7f91923f3ad4 4 Version: 7f91923f3ad4
5 Date: 2012-06-20 5 Date: 2012-06-20
6 Revision: 100:7f91923f3ad4 6 Revision: 100:7f91923f3ad4
7 License: BSD 3-Clause 7 License: BSD 3-Clause
8 License File: LICENSE 8 License File: LICENSE
9 Security Critical: yes 9 Security Critical: yes
10 10
(...skipping 12 matching lines...) Expand all
23 - Memory optimization for filtered trees 23 - Memory optimization for filtered trees
24 (patches/re2-memory-optimization.patch) 24 (patches/re2-memory-optimization.patch)
25 - Prevent unwanted reports from MemorySanitizer. Note: there's an upstream fix 25 - Prevent unwanted reports from MemorySanitizer. Note: there's an upstream fix
26 for this (https://code.google.com/p/re2/issues/detail?id=77) which is rendered 26 for this (https://code.google.com/p/re2/issues/detail?id=77) which is rendered
27 ineffective by patches/remove-valgrind-code.patch 27 ineffective by patches/remove-valgrind-code.patch
28 (patches/re2-msan.patch) 28 (patches/re2-msan.patch)
29 - Remove comparisons of this with NULL, merges upstream b92ce81f1e25 29 - Remove comparisons of this with NULL, merges upstream b92ce81f1e25
30 - Let COMPILE_ASSERT use static_assert if available, merges upstream 30 - Let COMPILE_ASSERT use static_assert if available, merges upstream
31 2225f94df8ec 31 2225f94df8ec
32 - Merge upstream cc56ba02d9d2bdafa614ad5ebf564dde287625bb. 32 - Merge upstream cc56ba02d9d2bdafa614ad5ebf564dde287625bb.
33 - Suppress more unwanted reports from MemorySanitizer.
34 (patches/sparse-array-valgrind.patch)
OLDNEW
« no previous file with comments | « no previous file | third_party/re2/patches/sparse-array-valgrind.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698