mirror of
https://github.com/irmen/prog8.git
synced 2025-02-20 03:29:01 +00:00
update todo
This commit is contained in:
parent
7f49731618
commit
b0a865b0f1
@ -1,16 +1,21 @@
|
|||||||
TODO
|
TODO
|
||||||
====
|
====
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
For next compiler release (7.2)
|
For next compiler release (7.2)
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
* FIX CRASH BUG *
|
||||||
|
when compiling petaxian:
|
||||||
|
Exception in thread "main" prog8.ast.base.FatalAstException: parent node mismatch at IdentifierRef([eRef])
|
||||||
|
at prog8.compiler.astprocessing.VariousCleanups.after(VariousCleanups.kt:118)
|
||||||
|
at prog8.ast.walk.AstWalker.visit(AstWalker.kt:264)
|
||||||
|
|
||||||
|
- analyze (and fix?): TODO why are these bigger now than before the var-initializer optimization:
|
||||||
|
; cube3d-float (THIS ONE IS A LOT BIGGER!!)
|
||||||
|
|
||||||
- fix the asm-labels problem (github issue #62)
|
- fix the asm-labels problem (github issue #62)
|
||||||
- find a way to optimize asm-subroutine param passing where it now sometimes uses the evalstack?
|
- find a way to optimize asm-subroutine param passing where it now sometimes uses the evalstack?
|
||||||
- analyze (and fix?): TODO why are these bigger now than before the var-initializer optimization:
|
|
||||||
; wormfood
|
|
||||||
; cube3d-float (THIS ONE IS A LOT BIGGER!!)
|
|
||||||
; cube3d-sprites
|
|
||||||
; textelite
|
|
||||||
; etc.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,15 +1,6 @@
|
|||||||
%import textio
|
%import textio
|
||||||
%zeropage dontuse
|
%zeropage dontuse
|
||||||
|
|
||||||
; TODO why are these bigger now than before the var-initializer optimization:
|
|
||||||
; wizzine
|
|
||||||
; wormfood
|
|
||||||
; cube3d-float (THIS ONE IS A LOT BIGGER!!)
|
|
||||||
; cube3d-sprites
|
|
||||||
; textelite
|
|
||||||
; etc.
|
|
||||||
|
|
||||||
|
|
||||||
main {
|
main {
|
||||||
sub start() {
|
sub start() {
|
||||||
const ubyte TEST = 10
|
const ubyte TEST = 10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user