]> gitweb.factorcode.org Git - factor.git/blob - vm/inline_cache.hpp
sequences: collect-from, remove sequence-operator-from, cleanups
[factor.git] / vm / inline_cache.hpp
1 namespace factor {
2
3 VM_C_API cell inline_cache_miss(cell return_address, factor_vm* vm);
4
5 }