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

Unified Diff: courgette/courgette.h

Issue 1935203002: [Courgette] Using LabelManager to reduce Courgette-apply peak RAM by 25%. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/courgette.h
diff --git a/courgette/courgette.h b/courgette/courgette.h
index 84ab7cddd3d9d25708ec7048bf161aace3ad813a..17c3206e9ee6f0e9d173b4569a23032daf943ff7 100644
--- a/courgette/courgette.h
+++ b/courgette/courgette.h
@@ -48,7 +48,7 @@ enum Status {
C_DISASSEMBLY_FAILED = 25, //
C_ASSEMBLY_FAILED = 26, //
C_ADJUSTMENT_FAILED = 27, //
- C_TRIM_FAILED = 28, // TrimLabels failed
+ C_TRIM_FAILED = 28, // TrimLabels failed (deprecated).
Will Harris 2016/05/04 18:02:26 Best to just remove these unused codes, they're no
huangs 2016/05/04 19:33:59 Done.
};
// What type of executable is something

Powered by Google App Engine
This is Rietveld 408576698