mirror of
https://github.com/irmen/prog8.git
synced 2026-04-21 02:16:41 +00:00
also optimize BRA+RTS into just BRA
release 12.0
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
TODO
|
||||
====
|
||||
|
||||
- before final release: test all examples again with final version of the compiler!
|
||||
|
||||
|
||||
Weird Heisenbug
|
||||
^^^^^^^^^^^^^^^
|
||||
- examples/cube3d-float crashes with div by zero error on C64 (works on cx16. ALready broken in v11, v10 still worked)
|
||||
caused by the RTS after JMP removal in optimizeJsrRtsAndOtherCombinations (replacing it with a NOP makes the problem disappear !??!?)
|
||||
|
||||
|
||||
Future Things and Ideas
|
||||
|
||||
Reference in New Issue
Block a user