]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/primitives.hpp
vm: strip out call-counting profiler
[factor.git] / vm / primitives.hpp
index 77c255afd593551c8561fcb83844c7fed581db5b..7884cf2e30c9442aebb3360793debbbe0e8b6474 100644 (file)
@@ -27,18 +27,17 @@ namespace factor
        _(bignum_shift) \
        _(bignum_subtract) \
        _(bignum_to_fixnum) \
-       _(bignum_to_float) \
        _(bignum_xor) \
        _(bits_double) \
        _(bits_float) \
        _(byte_array) \
-       _(byte_array_to_bignum) \
        _(callback) \
        _(callstack) \
        _(callstack_bounds) \
        _(callstack_for) \
        _(callstack_to_array) \
        _(check_datastack) \
+       _(clear_samples) \
        _(clone) \
        _(code_blocks) \
        _(code_room) \
@@ -58,6 +57,7 @@ namespace factor
        _(dll_validp) \
        _(dlopen) \
        _(dlsym) \
+       _(dlsym_raw) \
        _(double_bits) \
        _(enable_gc_events) \
        _(existsp) \
@@ -78,7 +78,6 @@ namespace factor
        _(float_greatereq) \
        _(float_less) \
        _(float_lesseq) \
-       _(float_mod) \
        _(float_multiply) \
        _(float_subtract) \
        _(float_to_bignum) \
@@ -91,6 +90,7 @@ namespace factor
        _(ftell) \
        _(full_gc) \
        _(fwrite) \
+       _(get_samples) \
        _(identity_hashcode) \
        _(innermost_stack_frame_executing) \
        _(innermost_stack_frame_scan) \
@@ -102,7 +102,6 @@ namespace factor
        _(modify_code_heap) \
        _(nano_count) \
        _(optimized_p) \
-       _(profiling) \
        _(quot_compiled_p) \
        _(quotation_code) \
        _(reset_dispatch_stats) \
@@ -111,6 +110,7 @@ namespace factor
        _(resize_string) \
        _(retainstack) \
        _(retainstack_for) \
+       _(sampling_profiler) \
        _(save_image) \
        _(save_image_and_exit) \
        _(set_context_object) \