factor/vm/dispatch.hpp

10 lines
137 B
C++
Raw Normal View History

2009-05-04 02:46:13 -04:00
namespace factor
{
PRIMITIVE(lookup_method);
PRIMITIVE(mega_cache_miss);
PRIMITIVE(reset_dispatch_stats);
PRIMITIVE(dispatch_stats);
2009-05-02 05:04:19 -04:00
2009-05-04 02:46:13 -04:00
}