Dataflow: Add change note.

This commit is contained in:
Anders Schack-Mulligen
2023-09-12 14:25:17 +02:00
parent 13e7e6b983
commit f456bf8d57

View File

@@ -0,0 +1,4 @@
---
category: majorAnalysis
---
* Added support for type-based call edge pruning. This removes data flow call edges that are incompatible with the set of flow paths that reach it based on type information. This improves dispatch precision for constructs like lambdas, `Object.toString()` calls, and the visitor pattern. For now this is only enabled for Java and C#.