Package pascal.taie.frontend.cache
package pascal.taie.frontend.cache
-
ClassDescriptionThe
IRBuilder
is for keeping theIR
s of all methods to prevent cyclic references with too long a path which may make the serialization fail orStackOverflowError
.AWorldBuilder
that loads the cached world if it exists, or delegates to the underlyingWorldBuilder
otherwise.