Improve independence analysis in code optimizer #974

Merged
zxq9 merged 2 commits from fix_optimization_bug into master 2023-08-24 16:43:41 +09:00
Showing only changes of commit 3a822e5aef - Show all commits

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