From a2d3c321d06fffccb6ceef445391fc46af690ba7 Mon Sep 17 00:00:00 2001 From: Garry Boyer Date: Sat, 1 Sep 2007 15:49:46 +0000 Subject: [PATCH] hi --- fastlib/thor/dfs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastlib/thor/dfs.h b/fastlib/thor/dfs.h index f1780053a1..ae0da96352 100644 --- a/fastlib/thor/dfs.h +++ b/fastlib/thor/dfs.h @@ -42,7 +42,6 @@ class DualTreeDepthFirst { const typename GNP::RNode *r_root_; bool do_naive_; - //datanode *datanode_; uint64 n_naive_; uint64 n_pre_naive_; uint64 n_recurse_; @@ -77,7 +76,9 @@ class DualTreeDepthFirst { } private: + COMPILER_NOINLINE void Begin_(index_t q_root_index); + COMPILER_NOINLINE void Pair_( const typename GNP::QNode *q_node, const typename GNP::RNode *r_node,