We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NO_PROFINFO
1 parent 0d9efda commit e90c817Copy full SHA for e90c817
runtime4/caml/mlvalues.h
@@ -125,8 +125,7 @@ originally built for Spacetime profiling, hence the odd name.
125
#ifdef WITH_PROFINFO
126
#define PROFINFO_SHIFT (Gen_profinfo_shift(PROFINFO_WIDTH))
127
#define PROFINFO_MASK (Gen_profinfo_mask(PROFINFO_WIDTH))
128
-/* Use NO_PROFINFO to debug problems with profinfo macros */
129
-#define NO_PROFINFO 0xff
+#define NO_PROFINFO 0
130
#define Hd_no_profinfo(hd) ((hd) & ~(PROFINFO_MASK << PROFINFO_SHIFT))
131
#define Wosize_hd(hd) ((mlsize_t) ((Hd_no_profinfo(hd)) >> 10))
132
#define Profinfo_hd(hd) (Gen_profinfo_hd(PROFINFO_WIDTH, hd))
0 commit comments