master
Thomas Refis 2019-06-24 13:10:26 +01:00
parent a8ef3fe102
commit 54ae229008
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ Working version
- #8677: Use unsigned comparisons in amd64 and i386 emitter of Lcondbranch3.
(Greta Yorsh, review by Xavier Leroy)
- #8766: Parmatch: introduce a type for simplified pattern heads
(Gabriel Scherer and Thomas Refis, review by Stephen Dolan and
Florian Angeletti)
### Code generation and optimizations:
- #8672: Optimise Switch code generation on booleans.