Faster scaled evaluation, etc.
This commit is contained in:
parent
4042798417
commit
3ca7c0f6f4
9 changed files with 76 additions and 27 deletions
|
|
@ -84,7 +84,7 @@ struct SymValue
|
|||
unsigned getSize() const { return size; }
|
||||
unsigned getDepth() const { return depth; }
|
||||
|
||||
private :
|
||||
|
||||
|
||||
// for reference counting
|
||||
unsigned refcount;
|
||||
|
|
@ -92,8 +92,8 @@ struct SymValue
|
|||
// some simple stats
|
||||
unsigned size;
|
||||
unsigned depth;
|
||||
|
||||
UniqueNodeStats* uniqueNodeStats;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue