]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/jit.cpp
vm: strip out call-counting profiler
[factor.git] / vm / jit.cpp
index d31123a63ce94b76b6cc5faf3be61a9e70e8c7ff..a84856ec6fe79b28543f7becd1a0e7a59dd22760 100644 (file)
@@ -4,7 +4,6 @@ namespace factor
 {
 
 /* Simple code generator used by:
-- counting_profiler (counting_profiler.cpp),
 - quotation compiler (quotations.cpp),
 - megamorphic caches (dispatch.cpp),
 - polymorphic inline caches (inline_cache.cpp) */