]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/jit.cpp
vm: change "profiler" names to "counting_profiler"
[factor.git] / vm / jit.cpp
index 615601ecf64ed566d6abcb6412ed2cc1a1d47cde..77b827bef2c290a3ceb8c3b64072f515adc744f2 100644 (file)
@@ -4,7 +4,7 @@ namespace factor
 {
 
 /* Simple code generator used by:
-- profiler (profiler.cpp),
+- counting_profiler (counting_profiler.cpp),
 - quotation compiler (quotations.cpp),
 - megamorphic caches (dispatch.cpp),
 - polymorphic inline caches (inline_cache.cpp) */