Java: Misc performance fixes

This commit is contained in:
Anders Schack-Mulligen
2022-12-16 14:30:34 +01:00
parent caa25f78d9
commit 56288eb3d2
6 changed files with 16 additions and 7 deletions

View File

@@ -151,6 +151,7 @@ private module SsaImpl {
}
/** Holds if a phi node for `v` is needed at the beginning of basic block `b`. */
pragma[assume_small_delta]
cached
predicate phiNode(BaseSsaSourceVariable v, BasicBlock b) {
liveAtEntry(v, b) and