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

Unified Diff: courgette/ensemble.h

Issue 6602017: Merge 75787 - Improved memory usage while applying patch.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/648/src/
Patch Set: Created 9 years, 10 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « courgette/courgette_tool.cc ('k') | courgette/ensemble_apply.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/ensemble.h
===================================================================
--- courgette/ensemble.h (revision 76288)
+++ courgette/ensemble.h (working copy)
@@ -108,6 +108,7 @@
// version
// source-checksum
// target-checksum
+ // final-patch-input-size (an allocation hint)
// multiple-streams:
// stream 0:
// number-of-transformed-elements (N) - varint32
@@ -136,7 +137,7 @@
static const uint32 kMagic = 'C' | ('o' << 8) | ('u' << 16);
- static const uint32 kVersion = 20090320;
+ static const uint32 kVersion = 20110216;
// Transformation method IDs.
enum TransformationMethodId {
« no previous file with comments | « courgette/courgette_tool.cc ('k') | courgette/ensemble_apply.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698