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

Unified Diff: courgette/ensemble.h

Issue 6546008: Improved memory usage while applying patch.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/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
Index: courgette/ensemble.h
===================================================================
--- courgette/ensemble.h (revision 75361)
+++ 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 {

Powered by Google App Engine
This is Rietveld 408576698