mirror of
https://github.com/irmen/prog8.git
synced 2026-04-20 11:17:01 +00:00
some more long operations implemented
This commit is contained in:
+1
-10
@@ -1,16 +1,7 @@
|
||||
TODO
|
||||
====
|
||||
|
||||
- fix github issues. Probably those include the folloing already:
|
||||
- implement the TODO in assignPointerDerefExpression()
|
||||
- implement inplaceLongAdd/Sub in PointerAssignmentGen to make this compile::
|
||||
|
||||
struct Node {
|
||||
long x
|
||||
}
|
||||
^^Node np = 20000
|
||||
np.x += cx16.r0
|
||||
|
||||
- fix/check github issues.
|
||||
- redo the benchmark-c tests with final 12.0 release version.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user