]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/master.hpp
vm: strip out call-counting profiler
[factor.git] / vm / master.hpp
index 43e02fe4d48151e5a7f5a6d5a55745bd6131d152..5b0604fe33233ff82a1c94cf63f4dd0a6a9ad4dd 100755 (executable)
@@ -36,6 +36,8 @@
 #include <vector>
 #include <iostream>
 #include <iomanip>
+#include <limits>
+
 
 #define FACTOR_STRINGIZE_I(x) #x
 #define FACTOR_STRINGIZE(x) FACTOR_STRINGIZE_I(x)
@@ -94,7 +96,7 @@ namespace factor
 #include "contexts.hpp"
 #include "run.hpp"
 #include "objects.hpp"
-#include "profiler.hpp"
+#include "sampling_profiler.hpp"
 #include "errors.hpp"
 #include "bignumint.hpp"
 #include "bignum.hpp"
@@ -126,6 +128,7 @@ namespace factor
 #include "callbacks.hpp"
 #include "dispatch.hpp"
 #include "entry_points.hpp"
+#include "safepoints.hpp"
 #include "vm.hpp"
 #include "allot.hpp"
 #include "tagged.hpp"