[llvm-commits] CVS: llvm/lib/Reoptimizer/LightWtProfiling/Trigger/GetTimer.h
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Aug 7 23:14:00 PDT 2003
Changes in directory llvm/lib/Reoptimizer/LightWtProfiling/Trigger:
GetTimer.h updated: 1.4 -> 1.5
---
Log message:
Just marking my FIXMEs more clearly, nothing to see here, move along citizen...
---
Diffs of the changes:
Index: llvm/lib/Reoptimizer/LightWtProfiling/Trigger/GetTimer.h
diff -u llvm/lib/Reoptimizer/LightWtProfiling/Trigger/GetTimer.h:1.4 llvm/lib/Reoptimizer/LightWtProfiling/Trigger/GetTimer.h:1.5
--- llvm/lib/Reoptimizer/LightWtProfiling/Trigger/GetTimer.h:1.4 Thu Aug 7 22:51:58 2003
+++ llvm/lib/Reoptimizer/LightWtProfiling/Trigger/GetTimer.h Thu Aug 7 23:13:23 2003
@@ -12,9 +12,11 @@
// reoptimizer as with other LLVM tools, so we use this for now.)
#define GET_ALL_INFO
+// FIXME: What does this do?
// #undef GET_COVERAGE
-// Tunable parameters (see thesis?)
+// Tunable parameters
+// FIXME: What do they do? (see thesis?)
#define MAX_PATH_HISTORIES 12
#define MAX_ALLOWED_PATHS 6
#define THRESHOLD_PERCENTAGE 90
More information about the llvm-commits
mailing list