mirror of
https://github.com/irmen/prog8.git
synced 2024-12-23 09:32:43 +00:00
version 9.3
This commit is contained in:
parent
e3fbe37f9f
commit
e403c4cf99
@ -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!
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user