Large speed up of getField* functions on non-free objects such as transactions and ledger nodes.

This commit is contained in:
JoelKatz
2013-02-28 23:52:53 -08:00
parent fca5683d31
commit 7a9037d1ca
9 changed files with 83 additions and 66 deletions

View File

@@ -16,6 +16,10 @@
namespace po = boost::program_options;
extern bool AddSystemEntropy();
extern void TFInit();
extern void LEFInit();
extern void SVFInit();
using namespace std;
using namespace boost::unit_test;
@@ -188,6 +192,10 @@ int main(int argc, char* argv[])
InstanceType::multiThread();
TFInit();
LEFInit();
SVFInit();
if (vm.count("unittest"))
{
unit_test_main(init_unit_test, argc, argv);