]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Speedup. Reduce the number of times that SortByArith is called. Previously:
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 13 Aug 2010 06:05:05 +0000 (06:05 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 13 Aug 2010 06:05:05 +0000 (06:05 +0000)
commit655304903a7899571a888808752002fabb520b86
treef8d499ac3a2f76fbcbe1ecaf281f1a37c8c5f124
parent32244b7f5b3826ebbca0f70953eef3a639e22706
Speedup. Reduce the number of times that SortByArith is called. Previously:
* If was explicitly called
* Then it was implicitly called when CreateTerm ran.
* Then it was implicitly called again when CombineLikeTerms called CreateTerm.

Remove an unecessary flatten.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@981 e59a4935-1847-0410-ae03-e826735625c1
src/simplifier/constantBitP/ConstantBitPropagation.cpp
src/simplifier/constantBitP/ConstantBitPropagation.h
src/simplifier/constantBitP/MultiplicationStats.h
src/simplifier/simplifier.cpp
src/simplifier/simplifier.h