Favor filtering of functions during dispatch over exceptions to determine appropriate function to call. Results in approximately 50% reduction in runtime for long running scripts

This commit is contained in:
Jason Turner
2009-08-06 04:22:13 +00:00
parent 0ff107a818
commit a3d4b6698a
3 changed files with 96 additions and 28 deletions

View File

@@ -97,11 +97,6 @@ namespace chaiscript
return *this;
}
static bool get_false()
{
return false;
}
Type_Info m_type_info;
boost::any m_obj;
bool m_is_ref;