Improve independence analysis in code optimizer (#483)

* Improve independence analysis

* Changelog updated
This commit is contained in:
Hans Svensson
2023-08-24 09:43:40 +02:00
committed by GitHub
parent 3b0ca28c8e
commit 08fa372c24
2 changed files with 11 additions and 5 deletions
+1
View File
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Fixed
- Fixed a bug with polymorphism that allowed functions with the same name but different type to be considered as implementations for their corresponding interface function.
- Fixed a bug in the byte code optimization that incorrectly reordered dependent instructions.
## [7.2.1]
### Fixed