version 9.3

This commit is contained in:
Irmen de Jong 2023-08-12 17:58:10 +02:00
parent e3fbe37f9f
commit e403c4cf99
2 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
TODO
====
- verify all comparison cornercases in the TODOS in AssignmentAsmGen
- [on branch:] investigate McCarthy evaluation again? this may also reduce code size perhaps for things like if a>4 or a<2 ....
- IR: reduce the number of branch instructions such as BEQ, BEQR, etc (gradually), replace with CMP(I) + status branch instruction
- IR: reduce amount of CMP/CMPI after instructions that set the status bits correctly (LOADs? INC? etc), but only after setting the status bits is verified!

View File

@ -5,4 +5,4 @@ org.gradle.daemon=true
kotlin.code.style=official
javaVersion=11
kotlinVersion=1.9.0
version=9.3-SNAPSHOT
version=9.3