mini cleanup and improve comment TODO
parent
d4b868aa12
commit
4966f5a942
|
|
@ -116,7 +116,7 @@ public:
|
||||||
return root_->traceSize();
|
return root_->traceSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// trace execution, very unsafe, for testing purposes only
|
/// trace execution, very unsafe, for testing purposes only //TODO this is not only used for testing, but in value() below!
|
||||||
T traceExecution(const Values& values, ExecutionTrace<T>& trace,
|
T traceExecution(const Values& values, ExecutionTrace<T>& trace,
|
||||||
char* raw) const {
|
char* raw) const {
|
||||||
return root_->traceExecution(values, trace, raw);
|
return root_->traceExecution(values, trace, raw);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue