revert caching of some large predicates that caused the DB size to increase too much

This commit is contained in:
Erik Krogh Kristensen
2021-12-08 21:34:49 +01:00
parent 0da80f90d3
commit 4089788629
4 changed files with 2 additions and 21 deletions

View File

@@ -76,10 +76,6 @@ module Stages {
or
exists(any(AstExtended::AstNode n).getParentNode())
or
any(AstExtended::AstNode n).contains(_)
or
exists(any(AstExtended::AstNode n).getAFlowNode())
or
exists(any(PyFlow::BasicBlock b).getImmediateDominator())
or
any(PyFlow::BasicBlock b).strictlyDominates(_)
@@ -170,8 +166,6 @@ module Stages {
exists(any(Flow::ControlFlowNode c).toString())
or
exists(any(ObjectInternal::ObjectInternal o).toString())
or
exists(any(ObjectAPI::Value::named(_)))
}
}