mirror of
https://github.com/irmen/prog8.git
synced 2025-07-08 03:24:07 +00:00
todo
This commit is contained in:
@ -7,8 +7,6 @@ TODO
|
|||||||
Future Things and Ideas
|
Future Things and Ideas
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
- adjust builtin function call convention to also use X register? see class FSignature.
|
|
||||||
- adjust funcion call convention for regular subroutines too? Can it reuse the CallConvention class here? can it also start using the X register? see optimizeIntArgsViaRegisters()
|
|
||||||
- implement const long to store a 32 bit signed integer value. (constants should be able to be long?) -> const_long branch
|
- implement const long to store a 32 bit signed integer value. (constants should be able to be long?) -> const_long branch
|
||||||
- get rid of the BuiltinFunctionCall (and PtBuiltinFunctionCall) ast nodes distinction, just use 1 node type, they're mixed up now already anyways. -> remove-BFC-node branch
|
- get rid of the BuiltinFunctionCall (and PtBuiltinFunctionCall) ast nodes distinction, just use 1 node type, they're mixed up now already anyways. -> remove-BFC-node branch
|
||||||
- something to reduce the need to use fully qualified names all the time. 'with' ? Or 'using <prefix>'?
|
- something to reduce the need to use fully qualified names all the time. 'with' ? Or 'using <prefix>'?
|
||||||
|
Reference in New Issue
Block a user