Skip to content

Commit e4bca5f

Browse files
committed
version
1 parent a1729b6 commit e4bca5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

compiler/res/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.3-SNAPSHOT
1+
6.3

docs/source/todo.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
TODO
33
====
44

5+
- optimize several inner loops in gfx2
6+
- fix the bresenham line routines in graphics and gfx2 (sometimes they're a pixel 'off') (or maybe finally just replace them with a proper all-assembly implementation)
57
- hoist all variable declarations up to the subroutine scope *before* even the constant folding takes place (to avoid undefined symbol errors when referring to a variable from another nested scope in the subroutine)
68
- optimize swap of two memread values with index, using the same pointer expression/variable, like swap(@(ptr+1), @(ptr+2))
7-
- optimize several inner loops in gfx2
8-
- try to fix the bresenham line routines in graphics and gfx2 (sometimes they're a pixel 'off')
9-
- add modes 2 and 3 to gfx2 (lowres 4 color and 16 color)
109
- add a flood fill routine to gfx2?
10+
- add modes 2 and 3 to gfx2 (lowres 4 color and 16 color) ?
1111
- add a f_seek() routine for the Cx16 that uses its seek dos api?
1212
- refactor the asmgen into their own submodule?
1313
- refactor the compiler optimizers into their own submodule?

0 commit comments

Comments
 (0)