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 dda56b0 commit f176a43Copy full SHA for f176a43
ocaml/runtime4/caml/mlvalues.h
@@ -126,8 +126,7 @@ originally built for Spacetime profiling, hence the odd name.
126
#ifdef WITH_PROFINFO
127
#define PROFINFO_SHIFT (Gen_profinfo_shift(PROFINFO_WIDTH))
128
#define PROFINFO_MASK (Gen_profinfo_mask(PROFINFO_WIDTH))
129
-/* Use NO_PROFINFO to debug problems with profinfo macros */
130
-#define NO_PROFINFO 0xff
+#define NO_PROFINFO 0
131
#define Hd_no_profinfo(hd) ((hd) & ~(PROFINFO_MASK << PROFINFO_SHIFT))
132
#define Wosize_hd(hd) ((mlsize_t) ((Hd_no_profinfo(hd)) >> 10))
133
#define Profinfo_hd(hd) (Gen_profinfo_hd(PROFINFO_WIDTH, hd))
0 commit comments