* [NODE][REFACTOR] Rename IRFunctor->NodeFunctor, use function pointer for dispatching. Previously we used std::function for the functor dispatching. It introduces additional overhead and problems during dll destruction(of std::function). This PR changes the std::function to function pointers. This change a bit restrictions around the set_dispatch that we can get around, but will improve the general efficiency by reducing one level of indirection in the std::function. We also no longer need special marcos to register functions to the Functor.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
analyzer.cc | Loading commit data... | |
bound_deducer.cc | Loading commit data... | |
canonical_simplify.cc | Loading commit data... | |
compute_expr.h | Loading commit data... | |
const_fold.h | Loading commit data... | |
const_int_bound.cc | Loading commit data... | |
detect_linear_equation.cc | Loading commit data... | |
domain_touched.cc | Loading commit data... | |
int_operator.h | Loading commit data... | |
int_set.cc | Loading commit data... | |
int_set.h | Loading commit data... | |
ir_mutator_with_analyzer.cc | Loading commit data... | |
ir_mutator_with_analyzer.h | Loading commit data... | |
ir_visitor_with_analyzer.h | Loading commit data... | |
modular_set.cc | Loading commit data... | |
pattern_match.h | Loading commit data... | |
rewrite_simplify.cc | Loading commit data... | |
rewrite_simplify.h | Loading commit data... | |
stmt_simplify.cc | Loading commit data... |