-
- Downloads
Begin Node::execute implementation
The idea is to replace the execute_node function by some more object-like implementation. One should benefit - improved readability - performances by pre-computing of symbols location (no more symbol_table->find during execution) This first implementation uses inheritance as a first step. We will then evaluate the benefit of a variant/visitor alternative then.
Please register or sign in to comment